From 10d8c936c907fda3460d55ddd5af40f13541946d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 3 Jun 2011 20:18:11 -0300 Subject: Adding $puppetd_configtimeout --- manifests/puppetd.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/puppetd.pp') 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"], -- cgit v1.2.3