summaryrefslogtreecommitdiffstats
path: root/bin/puppetd
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-18 23:45:30 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-18 23:45:30 +0000
commit6f83d4daab56385df9a1625cf8ffc64b6a8958f7 (patch)
tree96f5d3eb98f0e61396e02256b2071170fb65c88e /bin/puppetd
parent7d1f7606c38ad7b32651e8bc98e2258feda99294 (diff)
downloadpuppet-6f83d4daab56385df9a1625cf8ffc64b6a8958f7.tar.gz
puppet-6f83d4daab56385df9a1625cf8ffc64b6a8958f7.tar.xz
puppet-6f83d4daab56385df9a1625cf8ffc64b6a8958f7.zip
Fixing #501 -- there is now a splay option, disabled by default and when running under --test
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2528 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppetd')
-rwxr-xr-xbin/puppetd1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/puppetd b/bin/puppetd
index 02b064147..e9380adb9 100755
--- a/bin/puppetd
+++ b/bin/puppetd
@@ -218,6 +218,7 @@ begin
# Enable all of the most common test options.
Puppet.config.handlearg("--ignorecache")
Puppet.config.handlearg("--no-usecacheonfailure")
+ Puppet.config.handlearg("--no-splay")
options[:onetime] = true
options[:waitforcert] = 0
unless Puppet::Util::Log.level == :debug