Skip to content

Commit 7018520

Browse files
Merge branch 'redstonemercury-master'
2 parents afccc2a + 13866a7 commit 7018520

File tree

2 files changed

+517
-468
lines changed

2 files changed

+517
-468
lines changed

manifests/agent.pp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
$listen = false,
6161
$reportserver = '$server',
6262
$digest_algorithm = $::puppet::params::digest_algorithm,
63+
$configtimeout = '2m',
6364
) inherits puppet::params {
6465

6566
if ! defined(User[$::puppet::params::puppet_user]) {
@@ -303,4 +304,9 @@
303304
section => 'main',
304305
}
305306
}
307+
ini_setting {'puppetagentconfigtimeout':
308+
ensure => present,
309+
setting => 'configtimeout',
310+
value => $configtimeout,
311+
}
306312
}

0 commit comments

Comments
 (0)