monasca-vagrant/roles/Vertica.json
2014-02-20 20:26:34 -07:00

18 lines
289 B
JSON

{
"name": "Vertica",
"description": "Sets up Vertica",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[Basenode]",
"recipe[vertica]",
"recipe[sysctl]"
],
"env_run_lists": {
}
}