splay is not numeric any more
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user