[Puppet Users] Handling unmanaged resources and their files/configs

2011-04-19 Thread Forrie
We have resources that, from time to time, are selected to be removed
(unmanaged).   When it comes to ssh keys, fstab... this leaves a lot
of stuff behind that we don't want.   Is there a simple way to remove
the unmanaged data so we can keep the systems clean.

Thanks.

-- 
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.



Re: [Puppet Users] Handling unmanaged resources and their files/configs

2011-04-19 Thread Ben Hughes
On Tue, Apr 19, 2011 at 11:38:35AM -0700, Forrie wrote:

 Is there a simple way to remove the unmanaged data so we can keep
 the systems clean.

Setting the resource to ensure = absent will remove them. Or are you
after something more?

-- 
Ben Hughes || http://www.puppetlabs.com/

-- 
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.