From c7f29f670dff24d7bda3378e527f17bd5ef3f7f2 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 5 Jun 2013 12:11:37 +0200 Subject: [PATCH] 640 seems better --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9c6d988..70ab4dd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,7 +7,7 @@ class puppet ( $run_hour = '*/1', $run_minute = '10', $run_if_ipmatch = '', - $maxsleep = '240' + $maxsleep = '640' ) { $puppet_service = $::kernel ? { 'Darwin' => 'org.macports.puppet',