Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 7ab8cf1

Browse files
committed
Merge pull request #227 from puppetlabs-operations/revert-226-noop
Revert "Added the noop variable configuration for the agent"
2 parents b096cf3 + 6340451 commit 7ab8cf1

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

manifests/agent.pp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
# The runinterval variable in puppet.conf
6161
# Default: 1800
6262
#
63-
# [*noop*]
64-
# The noop variable in puppet.conf
65-
# Default: false
66-
#
6763
# [*method*]
6864
# The mechanism for performing puppet runs.
6965
# Supported methods: [cron, service, only_service, none]
@@ -100,7 +96,6 @@
10096
$configtimeout = 360,
10197
$usecacheonfailure = true,
10298
$runinterval = undef,
103-
$noop = false,
10499
$method = $puppet::params::default_method,
105100
$manage_package = true,
106101
$package = $puppet::params::agent_package,
@@ -113,7 +108,6 @@
113108
validate_bool($splay)
114109
validate_bool($usecacheonfailure)
115110
validate_bool($manage_package)
116-
validate_bool($noop)
117111

118112
include puppet
119113

manifests/agent/config.pp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,4 @@
8484
value => $puppet::agent::runinterval,
8585
}
8686
}
87-
88-
if ! $puppet::agent::noop
89-
{
90-
ini_setting { 'noop':
91-
setting => 'noop',
92-
value => $puppet::agent::noop,
93-
}
94-
}
9587
}

0 commit comments

Comments
 (0)