summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-18 19:29:56 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-18 19:29:56 +0000
commitbf5d5d569457b788cb1db4ed497b94469cc91f0a (patch)
tree6234cab0cc074dc08d6523f52c9d6c546fda5ccc /lib/puppet/network/handler
parent52f3f8383a4d58c42c958dfa8716d9c1de617a66 (diff)
downloadpuppet-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-xlib/puppet/network/handler/fileserver.rb1
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.