[Puppet Users] How do you implement "revert changes'

2011-04-18 Thread Mohamed Lrhazi
I forgot to think about a little detail, while introducing Puppet to our environment :) For each change to production systems, one has to submit a script detailing what changes will be made and how to revert them back.. I was wondering if any of you, who implemented something similar, would care t

Re: [Puppet Users] How do you implement "revert changes'

2011-04-19 Thread Felix Frank
On 04/18/2011 11:22 PM, Mohamed Lrhazi wrote: > I forgot to think about a little detail, while introducing Puppet to > our environment :) > > For each change to production systems, one has to submit a script > detailing what changes will be made and how to revert them back.. I > was wondering if a

Re: [Puppet Users] How do you implement "revert changes'

2011-04-19 Thread Mohamed Lrhazi
Thanks Felix But how is Filebucket currently used? Is there a "puppet agent --restore" functionality that I missed? On Tue, Apr 19, 2011 at 3:20 AM, Felix Frank wrote: > On 04/18/2011 11:22 PM, Mohamed Lrhazi wrote: >> I forgot to think about a little detail, while introducing Puppet to >> o

Re: [Puppet Users] How do you implement "revert changes'

2011-04-20 Thread Felix Frank
On 04/19/2011 08:55 PM, Mohamed Lrhazi wrote: > Thanks Felix But how is Filebucket currently used? Is there a > "puppet agent --restore" functionality that I missed? No, as a matter of fact, you missed the whole "filebucket" binary ;-) What I do interactively a lot is filebucket -l get and

Re: [Puppet Users] How do you implement "revert changes'

2011-04-24 Thread James Turnbull
Mohamed Lrhazi wrote: > For each change to production systems, one has to submit a script > detailing what changes will be made and how to revert them back.. I > was wondering if any of you, who implemented something similar, would > care to share how they did it. There is no such thing as rollbac