splay is not numeric any more

This commit is contained in:
Udo Waechter
2015-01-13 17:26:17 +01:00
parent 340bdf611c
commit 9fdfc7cf76
3 changed files with 13 additions and 13 deletions

View File

@@ -6,8 +6,8 @@ class puppet::agent (
$run_hour = '*/1',
$run_minute = '10',
$run_if_ipmatch = undef,
$maxsleep = '3200',
$puppet_master = undef,
$splay = true,
$cron = true,
$environment = gsub($::domain, '.(lan|mysportgroup\.de)', '')) {
case $::kernel {
@@ -46,13 +46,13 @@ class puppet::agent (
}
$cron_real = $daemonize ? {
false => $cron ? {
true => 'present',
true => 'present',
default => 'absent',
},
true => 'absent',
default => $ensure,
}
cron { 'puppetrun':
command => '/usr/local/sbin/puppetd_run.sh',
user => 'root',
@@ -83,7 +83,7 @@ class puppet::agent (
ini_setting { 'puppet-agent-splay':
setting => 'splay',
value => $maxsleep;
value => $splay;
}
ini_setting { 'puppet-agent-env':