diff options
-rw-r--r-- | lib/puppet/network/client/master.rb | 1 | ||||
-rw-r--r-- | lib/puppet/provider.rb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb index c96b0c278..b967729b5 100644 --- a/lib/puppet/network/client/master.rb +++ b/lib/puppet/network/client/master.rb @@ -359,6 +359,7 @@ class Puppet::Network::Client::Master < Puppet::Network::Client :tag => "#{args[:name]}s", :owner => Process.uid, :group => Process.gid, + :purge => true, :backup => false } diff --git a/lib/puppet/provider.rb b/lib/puppet/provider.rb index a9c6c09eb..6157431bb 100644 --- a/lib/puppet/provider.rb +++ b/lib/puppet/provider.rb @@ -38,7 +38,6 @@ class Puppet::Provider # Define commands that are not optional. def self.commands(hash) optional_commands(hash) do |name, path| - Puppet.info "%s => %s" % [name, path] confine :exists => path end end |