[Puppet Users] Re: PC EU feedback: ability to remove all unmanaged resources

2011-05-23 Thread jcbollinger
On May 21, 2:11 am, Patrick Mohr wrote: > On Fri, May 20, 2011 at 3:15 PM, jcbollinger wrote: > > > On May 20, 3:17 pm, Randall Hansen wrote: > > >http://projects.puppetlabs.com/issues/7600 > > > > I call this the "agent orange" option :) > > > > This works, purging all unmanaged hosts entries:

Re: [Puppet Users] Re: PC EU feedback: ability to remove all unmanaged resources

2011-05-21 Thread Patrick Mohr
On Fri, May 20, 2011 at 3:15 PM, jcbollinger wrote: > > > On May 20, 3:17 pm, Randall Hansen wrote: > > http://projects.puppetlabs.com/issues/7600 > > > > I call this the "agent orange" option :) > > > > This works, purging all unmanaged hosts entries: > > > > resources { 'host': > >

[Puppet Users] Re: PC EU feedback: ability to remove all unmanaged resources

2011-05-20 Thread jcbollinger
On May 20, 3:17 pm, Randall Hansen wrote: > http://projects.puppetlabs.com/issues/7600 > > I call this the "agent orange" option :) > > This works, purging all unmanaged hosts entries: > >     resources { 'host': >         purge => true, >         noop => true, >     } > > We should have a simil