diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-10 21:17:49 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-10 21:17:49 +0000 |
commit | 44c54fc0a5e5d52d679d694e652d727cc1c15841 (patch) | |
tree | 727a5e4670d28966c509241e1f5de90002603897 /lib | |
parent | 9be1e0b887ccc761188e2f47d76bf72afc1bcb85 (diff) | |
download | puppet-44c54fc0a5e5d52d679d694e652d727cc1c15841.tar.gz puppet-44c54fc0a5e5d52d679d694e652d727cc1c15841.tar.xz puppet-44c54fc0a5e5d52d679d694e652d727cc1c15841.zip |
changing plugin owner to root
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1379 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/client/master.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index c76041070..71948a47e 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -478,7 +478,8 @@ class Puppet::Client::MasterClient < Puppet::Client :recurse => true, :source => Puppet[:pluginsource], :ignore => Puppet[:pluginsignore].split(/\s+/), - :tag => "plugins" + :tag => "plugins", + :owner => "root" ) Puppet.info "Retrieving plugins" |