From ccc0c35058c1064b1292fbc4fb4f15f77d47ba5d Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Fri, 14 Mar 2014 14:26:07 -0600 Subject: [PATCH] Add apt recipe into the mix and set it so an update will run nearly every chef run --- roles/Basenode.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/Basenode.json b/roles/Basenode.json index 0bd31be..5bec969 100644 --- a/roles/Basenode.json +++ b/roles/Basenode.json @@ -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": {