diff options
author | Luke Kanies <luke@madstop.com> | 2007-11-23 20:12:11 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-11-23 20:12:11 -0600 |
commit | 7c36ae9f6bc8f6043443a0cf12f769c603895b00 (patch) | |
tree | 477e8daf582022af90315085ed0ceb0c4c007c2c /lib | |
parent | 880a8e2ba3168c4578dfad0b03d6eccd20f36ae2 (diff) | |
download | puppet-7c36ae9f6bc8f6043443a0cf12f769c603895b00.tar.gz puppet-7c36ae9f6bc8f6043443a0cf12f769c603895b00.tar.xz puppet-7c36ae9f6bc8f6043443a0cf12f769c603895b00.zip |
Adding patch 20071030035457-6856b-bd1c45ed5ecd753b2cb4f05347061f7245cc175a.patch from womble -- Force removal of directories during pluginsync
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/network/client/master.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb index ea351ddc3..30007d90b 100644 --- a/lib/puppet/network/client/master.rb +++ b/lib/puppet/network/client/master.rb @@ -323,6 +323,7 @@ class Puppet::Network::Client::Master < Puppet::Network::Client :owner => Process.uid, :group => Process.gid, :purge => true, + :force => true, :backup => false } |