Re: [Puppet Users] Re: Listing Unresponsive nodes

2014-01-27 Thread Deepak Giridharagopal
On Mon, Jan 27, 2014 at 7:12 AM, kaustubh chaudhari wrote: > HI Vaibhav, > > I use the below procedure. Hope this helps you! > > == > Use the below procedure to delete the nodes permanantly! > > On Puppet Master Server > > # puppet node clean > # puppet node deactivate > It's worth mentioning t

[Puppet Users] Re: Listing Unresponsive nodes

2014-01-27 Thread kaustubh chaudhari
HI Vaibhav, I use the below procedure. Hope this helps you! == Use the below procedure to delete the nodes permanantly! On Puppet Master Server # puppet node clean # puppet node deactivate ON Dashboard server # cd /usr/share/puppet-dashboard # rake RAILS_ENV=production node:del name=node_cer