On Mon, Jul 23, 2012 at 11:10 AM, Trevor Vaughan <tvaug...@onyxpoint.com> wrote: > So, I'm sure this has been covered somewhere, but I can't seem to find it. > > Is there no 'purge' ability on the 'sshkey' type? It would be nice to > be able to get rid of entries for hosts that are no longer present > without actually having to write out a node declaration for each one.
Purge isn't supported for providers based on parsed file that edit more than one target file. So purge works for host/cron, but not sshkey/yum. To support purging, I've used a custom define resource based on concat files (which have other pro/cons). Thanks, Nan -- 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.