chef-lctp/roles/head_node.json

15 lines
244 B
JSON
Raw Normal View History

2014-01-19 14:34:01 +00:00
{
"name": "head_node",
"chef_type": "role",
"json_class": "Chef::Role",
"description": "Head Node",
"default_attributes": {
2014-01-21 22:11:25 +00:00
"ntp": {
"server": "de.pool.ntp.org"
2014-01-19 14:34:01 +00:00
}
},
"run_list": [
2014-01-21 22:11:25 +00:00
"recipe[main::head_node]"
2014-01-19 14:34:01 +00:00
]
}