From 9be1e0b887ccc761188e2f47d76bf72afc1bcb85 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 10 Jul 2006 21:10:03 +0000 Subject: changing default plugin host to be $server git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1378 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/client/master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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."], -- cgit