Re: [Puppet Users] Recovering deleted modules

2012-04-24 Thread Luke Bigum
Hi Alex, Agents write their last catalog to disk in /var/lib/puppet/client_yaml/catalog/${hostname}.yaml. If you've got an Agent that hasn't done a Puppet run since you deleted that module, this file will contain the information you're after. It's not the most prettily formatted thing though,

[Puppet Users] Recovering deleted modules

2012-04-23 Thread Alex Cline
Hello, I accidentally deleted a module from my puppetmaster modules directory. Sadly, I didn't have a recent backup or use version control. :( (Live and learn) Is there a way to recover the module from one of the clients or the master? Thanks. -- Alex -- You received this message because