summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2009-12-21 14:10:07 -0800
committerJames Turnbull <james@lovedthanlost.net>2009-12-22 15:17:19 +1100
commitd60ea0e52debf03fddb2336704df10589108fe3a (patch)
tree9e952eb6cc72e568f01295301036c2c45b9574ff /lib/puppet/network/handler
parentb185801835cd656a8c3bab7654a8dddd2a74dba4 (diff)
downloadpuppet-d60ea0e52debf03fddb2336704df10589108fe3a.tar.gz
puppet-d60ea0e52debf03fddb2336704df10589108fe3a.tar.xz
puppet-d60ea0e52debf03fddb2336704df10589108fe3a.zip
A slide down the RFC-1123 slope towards MS Windows compatibility and chaos
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 6bc6d9d4a..7049fb0dc 100755
--- a/lib/puppet/network/handler/fileserver.rb
+++ b/lib/puppet/network/handler/fileserver.rb
@@ -310,6 +310,7 @@ class Puppet::Network::Handler
mount.info "allowing %s access" % val
mount.allow(val)
rescue AuthStoreError => detail
+ puts detail.backtrace if Puppet[:trace]
raise FileServerError.new(detail.to_s,
count, @configuration.file)
end