[Puppet Users] Re: reporting, rollback

2009-01-22 Thread Peter Meier
Hi > thanks for the response, the only feature that I have to support with > rollback is files, its just something that I have to do for the first > production deployment (while everyone gets used to this new system touching > production servers). I really wasnt that difficult, I am parsing YAML

[Puppet Users] Re: reporting, rollback

2009-01-21 Thread Dan Bode
thanks for the response, the only feature that I have to support with rollback is files, its just something that I have to do for the first production deployment (while everyone gets used to this new system touching production servers). I really wasnt that difficult, I am parsing YAML reports and r

[Puppet Users] Re: reporting, rollback

2009-01-21 Thread Andrew Shafer
Dan, This was something that Luke talked about from the beginning, but there a few hitches. Rolling back files is not hard, but once you get to something like packages, you are depending on the packages themselves to do the right thing, and that is not always prudent. FYI, in my personal opinion

[Puppet Users] Re: reporting, rollback

2009-01-21 Thread Evan Hisey
On Wed, Jan 21, 2009 at 4:31 AM, Dan Bode wrote: > Hi all, > > I need to fulfill a requirement for change rollbacks with puppet. (where the > original version of files is not necessarily managed with puppet) > > Is there something in place that I can use as a starting point here? > > I wanted see