summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-10 21:10:03 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-10 21:10:03 +0000
commit9be1e0b887ccc761188e2f47d76bf72afc1bcb85 (patch)
tree77f2c98202fdcef32908bf9eaa9737d596dd9bd8 /lib/puppet/client
parenta4a04feb41ec7d1b4ef0367929fbe6d79eba7034 (diff)
downloadpuppet-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.rb2
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."],