Issue #3998 has been updated by James Turnbull. Category set to mount Status changed from Unreviewed to Needs design decision
---------------------------------------- Feature #3998: Automatically depend on destination mountpoint http://projects.puppetlabs.com/issues/3998 Author: Nico Schottelius Status: Needs design decision Priority: Normal Assigned to: Category: mount Target version: Affected version: 0.25.4 Keywords: Branch: When having a construct like this: mount { "/path/to": atboot => true, device => "/where/from", dump => 0, pass => 0, ensure => mounted, fstype => "nfs", options => "defaults", require => [Package["nfs::common"],File["/path/to"]], } I think puppet should have a file{ .. require => directory } dependency automatically. Or having a scaffold to generate it. -- 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.
