Add apt recipe into the mix and set it so an update will run nearly every chef run

This commit is contained in:
Tim Kuhlman 2014-03-14 14:26:07 -06:00
parent 2be3659e79
commit ccc0c35058

View File

@ -3,11 +3,15 @@
"description": "Base setup for vagrant nodes",
"json_class": "Chef::Role",
"default_attributes": {
"apt": {
"periodic_update_min_delay": 60
}
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[apt]",
"recipe[mini-mon]"
],
"env_run_lists": {