diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-10 21:10:03 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-10 21:10:03 +0000 |
| commit | 9be1e0b887ccc761188e2f47d76bf72afc1bcb85 (patch) | |
| tree | 77f2c98202fdcef32908bf9eaa9737d596dd9bd8 /lib/puppet/client | |
| parent | a4a04feb41ec7d1b4ef0367929fbe6d79eba7034 (diff) | |
| download | puppet-9be1e0b887ccc761188e2f47d76bf72afc1bcb85.tar.gz puppet-9be1e0b887ccc761188e2f47d76bf72afc1bcb85.tar.xz puppet-9be1e0b887ccc761188e2f47d76bf72afc1bcb85.zip | |
changing default plugin host to be $server
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1378 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client')
| -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."], |
