From af8c7b29e276d6b721fc5f51957f6d1f49408262 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Feb 2011 00:03:18 -0200 Subject: Increasing puppet run interval --- manifests/puppetd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp index 78e02c7..c098142 100644 --- a/manifests/puppetd.pp +++ b/manifests/puppetd.pp @@ -6,7 +6,7 @@ class puppetd inherits puppet { } case $puppetd_runinterval { - '': { $puppetd_runinterval = "1800" } + '': { $puppetd_runinterval = "3600" } } package { "puppet": -- cgit v1.2.3