On Thu, Feb 17, 2011 at 3:55 PM, Nigel Kersten <ni...@puppetlabs.com> wrote: > ok. So it's unacceptable for you to refer to logs or reports to get > the checksum for a given replacement and then restore the file that
It's really damn fiddly :-) As a git guts hacker, I appreciate that puppet stores things in a content addressable filesystem. But when I need to use the info in git or in puppet, I refer to it by path :-) .. Actually git has some rich syntax to say "the previous version", like git diff HEAD^ # the prev commit git diff HEAD^^ # two commits back git diff HEAD^^ # three commits back ;-) that kind of glue is of enormous value. m -- martin.langh...@gmail.com mar...@laptop.org -- Software Architect - OLPC - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff -- 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.