[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

Luke Kanies luke at madstop.com
Fri Jan 23 14:21:53 UTC 2009


The following commit has been merged in the master branch:
commit cdcbc5bceb98a1edd6c9a2c5b7f21583cd3bd76f
Author: Luke Kanies <luke at madstop.com>
Date:   Mon Dec 1 17:58:58 2008 -0600

    Fixing splaytime tests
    
    Signed-off-by: Luke Kanies <luke at madstop.com>

diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb
index 073d2e2..4b0cfda 100644
--- a/lib/puppet/network/client/master.rb
+++ b/lib/puppet/network/client/master.rb
@@ -488,7 +488,7 @@ class Puppet::Network::Client::Master < Puppet::Network::Client
         return unless Puppet[:splay]
         return if splayed?
 
-        time = rand(Integer(Puppet[:splaylimit] + 1))
+        time = rand(Integer(Puppet[:splaylimit]) + 1)
         Puppet.info "Sleeping for %s seconds (splay is enabled)" % time
         sleep(time)
         @splayed = true

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list