Issue #10515 has been updated by Steven Snyder.
Specifying the UUID as Kelsey Hightower did in the example above works. If the UUID is entered directly as the 'device' parameter, it doesn't work. It needs to have "UUID=" in front of it, just like in the fstab file and Kelsey's 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: 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.
