[Puppet Users] execution expired with a puppetmaster with more then enough resources

2014-11-01 Thread Philipp Dallig
Hi, Nodes with a filled catalog runs from time to time in: Could not retrieve catalog from remote server: execution expired In my opinion i have a strong puppetmaster. Some Facts: max memory: 4 GB RAM (in average more then 2 GB free) load average: 0,14 4 vCPU visualization with lxc OS: CentOS7 Hos

Re: [Puppet Users] Exported resources from multiple sources?

2014-11-01 Thread Nick Cammorato
You'd have to mine the database and reconstruct the exported resource as a resource, but it would be doable. I was assuming strict adherance to what an exported resource is wasn't really what Atom was after. --Nick On Fri, Oct 31, 2014 at 9:28 AM, jcbollinger wrote: > > > On Thursday, October 3

[Puppet Users] Managing folder trees - best practice?

2014-11-01 Thread JonY
Situation: systems come from imaging with /var/tree full of (a hierarchy of) stuff that needs to be removed and replaced. I have a 'file/force => true/recurse => true' resource setup to accomplish this.. short and to the point...works great..replaces the folder hierarchy with a new one. Along