splay is not numeric any more
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
class puppet (
|
||||
$ensure = 'present',
|
||||
$version = undef,
|
||||
$agent = true,
|
||||
$server = false,
|
||||
$ensure = 'present',
|
||||
$version = undef,
|
||||
$agent = true,
|
||||
$server = false,
|
||||
$facter_version = $ensure,
|
||||
$agent_cron = true,
|
||||
$agent_cron = true,
|
||||
$puppetlabs_apt = true,
|
||||
$agent_norunifloggedin = false,
|
||||
$agent_daemonize = true,
|
||||
$agent_run_hour = '*/1',
|
||||
$agent_run_minute = '10',
|
||||
$agent_run_if_ipmatch = '',
|
||||
$agent_maxsleep = '3200',
|
||||
$agent_splay = true,
|
||||
$server_dns_alt_names = undef,
|
||||
$server_storeconfigs = false,
|
||||
$server_storeconfigs_backend = undef,
|
||||
@@ -50,7 +50,7 @@ class puppet (
|
||||
daemonize => $agent_daemonize,
|
||||
run_hour => $agent_run_hour,
|
||||
run_if_ipmatch => $agent_run_if_ipmatch,
|
||||
maxsleep => $agent_max_sleep,
|
||||
splay => $agent_splay,
|
||||
cron => $agent_cron,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user