OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002933 [puppet] regular use minor always 2008-08-21 18:07 2009-04-29 13:45
Reporter jmc508 View Status public  
Assigned To glaw
Priority normal Resolution fixed  
Status closed  
Summary 0002933: The check for mount is not correct in this version. (0.23.2,REV=2008.03.11)
Description 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
Additional Information http://git.reductivelabs.com/cgi-bin/gitweb.cgi/puppet.git?a=tree;f=lib/puppet/provider [^]
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0005467)
jmc508 (reporter)
2008-12-17 18:03

Any news on this?
(0006034)
glaw (reporter)
2009-04-29 13:43

this is fixed in the latest release


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker