compass-adapters/chef/roles/compass-base.json
Jerry Zhao 8ef453a07f fix collectd integration bug
Change-Id: Ifd8e82781f5b8618bb3ec615507123fd02eea69a
2014-09-15 20:01:17 -07:00

16 lines
298 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::client]"
],
"env_run_lists": {
}
}