Skip to content

Commit 900714e

Browse files
noop is a reserved word... using agent_noop
1 parent fd5903a commit 900714e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/agent.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
$configtimeout = '2m',
7373
$stringify_facts = undef,
7474
$verbose = undef,
75-
$noop = undef,
75+
$agent_noop = undef,
7676
$usecacheonfailure = undef,
7777
$certname = undef,
7878
) inherits puppet::params {
@@ -337,11 +337,11 @@
337337
value => $verbose,
338338
}
339339
}
340-
if $noop != undef {
340+
if $agent_noop != undef {
341341
ini_setting {'puppetagentnoop':
342342
ensure => present,
343343
setting => 'noop',
344-
value => $noop,
344+
value => $agent_noop,
345345
}
346346
}
347347
if $usecacheonfailure != undef {

0 commit comments

Comments
 (0)