Mantis - puppet
Viewing Issue Advanced Details
2933 regular use minor always 2008-08-21 18:07 2009-04-29 13:45
jmc508  
glaw  
normal  
closed  
fixed  
none    
none  
0002933: The check for mount is not correct in this version. (0.23.2,REV=2008.03.11)
This is fixed in 0.24 but currently the check for a filesystem being mounted in

/opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/mount.rb is incorrect.

It currently says

            else
                line =~ / on #{name} /
            end

Where it should say.

            when "Solaris"
                line =~ /^#{name} on /
            else
                line =~ / on #{name} /
            end
http://git.reductivelabs.com/cgi-bin/gitweb.cgi/puppet.git?a=tree;f=lib/puppet/provider [^]
Issue History
2008-08-21 18:07 jmc508 New Issue
2008-12-17 18:03 jmc508 Note Added: 0005467
2009-04-29 13:43 glaw Note Added: 0006034
2009-04-29 13:43 glaw Status new => closed
2009-04-29 13:44 glaw Status closed => resolved
2009-04-29 13:44 glaw Resolution open => fixed
2009-04-29 13:44 glaw Assigned To => glaw
2009-04-29 13:45 glaw Status resolved => closed

Notes
(0005467)
jmc508   
2008-12-17 18:03   
Any news on this?
(0006034)
glaw   
2009-04-29 13:43   
this is fixed in the latest release