[Puppet Users] Recursive file delete fails with empty files

2014-03-10 Thread Sam Tresler
Sample config: file { "/var/www/apps": mode=> 0644, owner => "username" group => "groupname", ensure => directory, recurse => true, purge => true, force => true,

[Puppet Users] Re: Puppet dashboard data internally inconsistent

2013-11-26 Thread Sam Tresler
I should add, nothing in logs of puppet master or dashboard. On Tuesday, November 26, 2013 11:39:34 AM UTC-5, Sam Tresler wrote: > > > https://www.dropbox.com/s/0vao04js5v7edga/Screenshot%20-%2011262013%20-%2011%3A31%3A35%20AM.png<https://www.google.com/url?q=https%3A%2F%2Fwww.dro

[Puppet Users] Puppet dashboard data internally inconsistent

2013-11-26 Thread Sam Tresler
https://www.dropbox.com/s/0vao04js5v7edga/Screenshot%20-%2011262013%20-%2011%3A31%3A35%20AM.png In the attached screenshot you can see that the last report was 10:07. The graph definitely shows an 11:36 run, and the dashboard activity shows that the nod was updated at 11:05. Puppet dashboard i

Re: [Puppet Users] Re: Puppet requires second run to execute some catalog items.

2013-09-25 Thread Sam Tresler
. I had though aptitude > was smart enough too, based on my limited experience with it. Anyway, if > you're still stuck I guess that's what I would try to figure out. > > > On Thu, Sep 19, 2013 at 9:23 AM, Sam Tresler > > wrote: > >> Actually, that

Re: [Puppet Users] Re: Puppet requires second run to execute some catalog items.

2013-09-25 Thread Sam Tresler
Precisely. Aptitude is the culprit here. I've switched our package manager to apt which is more conservative and it does not remove the packages when upgrading php, which, for now is a workable solution. I need to find the time to put this in as Debian bug and see what they say. I can't see a

[Puppet Users] Re: Puppet requires second run to execute some catalog items.

2013-09-19 Thread Sam Tresler
the end of the first. Of those I like the first or second options best. I'll do more digging, but would love to hear people's suggestions on this as well. On Thursday, September 19, 2013 9:58:21 AM UTC-4, Sam Tresler wrote: > > Ah. That makes a lot of sense. I'd notic

[Puppet Users] Re: Puppet requires second run to execute some catalog items.

2013-09-19 Thread Sam Tresler
jcbollinger wrote: > > > > On Wednesday, September 18, 2013 3:01:49 PM UTC-5, Sam Tresler wrote: >> >> Hi, I've inherited a puppet setup for automating php installation and >> extension management. We're on Debian and we've encountered a s

[Puppet Users] Puppet requires second run to execute some catalog items.

2013-09-18 Thread Sam Tresler
Hi, I've inherited a puppet setup for automating php installation and extension management. We're on Debian and we've encountered a strange issue that I've traced down back to puppet I think. I've stripped back the configuration and made the problem reproducible, logs and config pasted below.

[Puppet Users] Some php5 extensions not installed until a second run

2013-09-18 Thread Sam Tresler
Hi, I've inherited a puppet setup for automating php installation and extension management. We're on Debian and we've encountered a strange issue that I've traced down back to puppet I think. I've stripped back the configuration and made the problem reproducible, logs and config pasted below.