[bug-notifications] [puppet 0002933]: The check for mount is not correct in this version. (0.23.2, REV=2008.03.11)
Mantis Bug Tracker
noreply at opencsw.org
Wed Apr 29 13:43:53 CEST 2009
The following issue has been CLOSED
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=2933
======================================================================
Reported By: jmc508
Assigned To:
======================================================================
Project: puppet
Issue ID: 2933
Category: regular use
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2008-08-21 18:07 CEST
Last Modified: 2009-04-29 13:43 CEST
======================================================================
Summary: 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
======================================================================
----------------------------------------------------------------------
(0005467) jmc508 (reporter) - 2008-12-17 18:03
http://www.opencsw.org/bugtrack/view.php?id=2933#c5467
----------------------------------------------------------------------
Any news on this?
----------------------------------------------------------------------
(0006034) glaw (manager) - 2009-04-29 13:43
http://www.opencsw.org/bugtrack/view.php?id=2933#c6034
----------------------------------------------------------------------
this is fixed in the latest release
Issue History
Date Modified Username Field Change
======================================================================
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
======================================================================
More information about the bug-notifications
mailing list