Add apt recipe into the mix and set it so an update will run nearly every chef run
This commit is contained in:
parent
2be3659e79
commit
ccc0c35058
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user