[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

James Turnbull james at lovedthanlost.net
Tue May 18 09:04:46 UTC 2010


The following commit has been merged in the upstream branch:
commit e4130af8b035fc8f62561c01a092327d96d12658
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Apr 27 13:53:20 2010 +1000

    Fixed #3672 - Error message on duplicate fileserver mounts incorrect

diff --git a/lib/puppet/network/handler/fileserver.rb b/lib/puppet/network/handler/fileserver.rb
index 7049fb0..bed232f 100755
--- a/lib/puppet/network/handler/fileserver.rb
+++ b/lib/puppet/network/handler/fileserver.rb
@@ -283,8 +283,8 @@ class Puppet::Network::Handler
                         when /\[([-\w]+)\]/
                             name = $1
                             if newmounts.include?(name)
-                                raise FileServerError, "%s is already mounted at %s" %
-                                    [newmounts[name], name], count, @configuration.file
+                                raise FileServerError, "%s is already mounted as %s in %s" %
+                                    [newmounts[name], name, @configuration.file]
                             end
                             mount = Mount.new(name)
                             newmounts[name] = mount

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list