Issue #611 has been updated by Stefan Schulte.
I dont agree with this. At first device does not need to be uniq. <pre> mkdir /tmp/p1 /tmp/p2 mount tmpfs -t tmpfs /tmp/p1 mount tmpfs -t tmpfs /tmp/p2 </pre> Second I have a few cases where device is 'server.domain.tld:/share' and should be 'server:/share'. If device is the key I will end up having two shares (while in fact beeing the same but just under different names) at the same mountpoint. So I prefer managing a mountpoint over managing a device I want to mount somewhere. ---------------------------------------- Bug #611: Mounts should use the device as the name, not the mount point https://projects.puppetlabs.com/issues/611 Author: Luke Kanies Status: Accepted Priority: Normal Assignee: Category: mount Target version: unplanned Patch: None Affected Puppet version: 0.24.7 Keywords: Branch: Devices are really the only guaranteed unique field in the fstab, as one encounters when trying to mount multiple swap partitions. Mounts should switch namevars to use devices instead of the mount point. -- 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.
