summaryrefslogtreecommitdiff
path: root/manifests/puppetd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetd.pp')
-rw-r--r--manifests/puppetd.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index f45c9ac..267f2dc 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -9,6 +9,10 @@ class puppetd inherits puppet {
'': { $puppetd_runinterval = "3600" }
}
+ case $puppetd_configtimeout {
+ '': { $puppetd_configtimeout = "120" }
+ }
+
package { "puppet":
ensure => installed,
require => Package["cron"],