Issue #10515 has been updated by Kelsey Hightower.
Due date set to 11/18/2011
Status changed from Unreviewed to Needs More Information
Assignee set to Kelsey Hightower
Estimated time set to 1.00
Alexandre,
Thanks for reporting this issue. After reviewing the puppet source code for the
mount type, it seems you should be able to pass any string you want as the
device.
mount { '/tmp/testing':
device => 'UUID=f6521431-1339-45ba-8ad3-edcec6b2c79e',
...
}
Can you try specifying the device parameter with something similar to what I
have done in the above example.
----------------------------------------
Feature #10515: Add UUID= or LABEL= to "mount" Puppet type
https://projects.puppetlabs.com/issues/10515
Author: Alexandre Fouche
Status: Needs More Information
Priority: Normal
Assignee: Kelsey Hightower
Category:
Target version:
Affected Puppet version:
Keywords:
Branch:
Hi,
The "mount" ( http://docs.puppetlabs.com/references/2.7.6/type.html#mount )
type does not allow $device to be a label or an uuid. It would be useful to be
able to use the "mount" type to have in /etc/fstab:
(...)
LABEL=somelabel /somedir ext4
nobarrier,nodiratime,defaults,noatime 1 1
UUID=f6521431-1339-45ba-8ad3-edcec6b2c79e /opt/mongodb_raid xfs
nobarrier,nodiratime,noatime,defaults 0 0
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.