summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler/fileserver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/handler/fileserver.rb')
-rwxr-xr-xlib/puppet/network/handler/fileserver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/network/handler/fileserver.rb b/lib/puppet/network/handler/fileserver.rb
index 1131e434a..0a5082012 100755
--- a/lib/puppet/network/handler/fileserver.rb
+++ b/lib/puppet/network/handler/fileserver.rb
@@ -112,7 +112,7 @@ class Puppet::Network::Handler
if configuration
readconfig(false) # don't check the file the first time.
else
- create_default_mounts()
+ create_default_mounts
end
end
end
@@ -424,7 +424,7 @@ class Puppet::Network::Handler
else
Puppet.notice "No client; expanding '#{path}' with local host"
# Else, use the local information
- map = localmap()
+ map = localmap
end
path.gsub(/%(.)/) do |v|
key = $1