compass-adapters/chef/roles/compass-base.json
xiaodongwang 3862393c12 fix typo in compass-base role
Change-Id: I4db445cba85eece8abc0f8043671ca3b7e983385
2014-09-05 12:16:54 -07:00

16 lines
290 B
JSON

{
"name": "compass-base",
"description": "Base role to run before installing distributed system",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[collectd]"
],
"env_run_lists": {
}
}