Re: [Puppet Users] How to force a puppet service to restart - Not restarting automatically when config is initially updated.

2014-02-22 Thread Russell Cecala
Should the notify on the file resource "notify" and Exec that does "service pdns-recursor restart" ... notify => Exec['restart'] ... Exec { 'restart': command => '/sbin/service pdns-recursor restart' } something like that maybe? On Sat, Feb 22, 2014 at 7:50 PM, Dan White wrote: > The "no

Re: [Puppet Users] How to force a puppet service to restart - Not restarting automatically when config is initially updated.

2014-02-22 Thread Dan White
The "notify" parameter on the file resource should make it happen. Have you tried a run in debug mode ? It can maybe show you what might be missing. > On Feb 22, 2014, at 10:35 PM, Robert Shady wrote: > > (I posted this yesterday, but for some reason it never showed up)... > > First off, mast

[Puppet Users] How to force a puppet service to restart - Not restarting automatically when config is initially updated.

2014-02-22 Thread Robert Shady
(I posted this yesterday, but for some reason it never showed up)... First off, master & agent are Debian Linux boxes running Wheezy (Debian 7.4). Puppet Master and Agent are V3.4.3 So here's the deal.. I'm trying to install PowerDNS recursor on my agent with a custom configure file (/etc/powerd

[Puppet Users] Why does my puppetmaster work happily with webrick but not passenger?

2014-02-22 Thread John Florian
I've long used the built-in webrick server since like the v0.25 days and recently got things serving via passenger just fine. Then I had some issues with puppetdb-1.6 that got straightened out, but I must have made a mess out of my setup while debugging that problem. Here's what I see present