diff options
| author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-18 19:29:56 +0000 |
|---|---|---|
| committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-18 19:29:56 +0000 |
| commit | bf5d5d569457b788cb1db4ed497b94469cc91f0a (patch) | |
| tree | 6234cab0cc074dc08d6523f52c9d6c546fda5ccc /lib/puppet/network/handler | |
| parent | 52f3f8383a4d58c42c958dfa8716d9c1de617a66 (diff) | |
| download | puppet-bf5d5d569457b788cb1db4ed497b94469cc91f0a.tar.gz puppet-bf5d5d569457b788cb1db4ed497b94469cc91f0a.tar.xz puppet-bf5d5d569457b788cb1db4ed497b94469cc91f0a.zip | |
Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte local modulepath, whereas 'puppetd' goes to the default server
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2610 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/network/handler')
| -rwxr-xr-x | lib/puppet/network/handler/fileserver.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/network/handler/fileserver.rb b/lib/puppet/network/handler/fileserver.rb index 7726019ba..051f6747b 100755 --- a/lib/puppet/network/handler/fileserver.rb +++ b/lib/puppet/network/handler/fileserver.rb @@ -102,6 +102,7 @@ class Puppet::Network::Handler self.mount(dir, name) end } + self.mount(nil, MODULES) else @passedconfig = false readconfig(false) # don't check the file the first time. |
