summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/client/master.rb3
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"