On Apr 21, 4:06 pm, Forrie <for...@gmail.com> wrote: > Fair enough :-) In my case, we have NFS mounts that rotate out -- > and I dread having to manually prune the many systems we use. Puppet > will handle /etc/fstab, but I want to remove the mountpoint as well.
As Nigel implied, what you're asking is self-contradictory. If you want Puppet to clean up a resource, then that constitutes Puppet managing it. Even using the Resources type to purge otherwise unmanaged resources (which makes me nervous, too) puts resources under Puppet management in a logical sense. As I sometimes tell folks, "unmanaged" does not mean absent, it means "I don't care." If you *do* care, then manage the resource. That seems almost a slam dunk for a resource that starts out managed. Instead of taking it out of management, manage it into the state you want (such as absent). John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.