diff options
Diffstat (limited to 'lib/puppet')
| -rw-r--r-- | lib/puppet/client/master.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index 1c4c57c9c..c76041070 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -35,7 +35,7 @@ class Puppet::Client::MasterClient < Puppet::Client :plugindest => ["$vardir/plugins", "Where Puppet should store plugins that it pulls down from the central server."], - :pluginsource => ["puppet://puppet/plugins", + :pluginsource => ["puppet://$server/plugins", "From where to retrieve plugins. The standard Puppet ``file`` type is used for retrieval, so anything that is a valid file source can be used here."], |
