[Puppet Users] Cross-module dependencies

2012-01-26 Thread jcbollinger
Since Felix seems not to have gotten around to doing this in the past couple of days, or else was unable to do so, On Jan 24, 3:28 am, Felix Frank wrote: > > there was a discussion in the "can we deprecate defined() in Telly" > thread about how we can even begin to design Forge modules without it

Re: [Puppet Users] Cross-module dependencies

2011-05-23 Thread Nigel Kersten
On Sun, May 22, 2011 at 11:06 PM, Matthew Macdonald-Wallace < li...@truthisfreedom.org.uk> wrote: > Hi all, > > I've got modules for NGINX and PHP-FPM which are working fine, the issue > I'm running into is that quite often NGinx will start before php-fpm is > even installed. > > I'm wondering if

Re: [Puppet Users] Cross-module dependencies

2011-05-22 Thread Dan Bode
On Sun, May 22, 2011 at 11:06 PM, Matthew Macdonald-Wallace < li...@truthisfreedom.org.uk> wrote: > Hi all, > > I've got modules for NGINX and PHP-FPM which are working fine, the issue > I'm running into is that quite often NGinx will start before php-fpm is > even installed. > > I'm wondering if

[Puppet Users] Cross-module dependencies

2011-05-22 Thread Matthew Macdonald-Wallace
Hi all, I've got modules for NGINX and PHP-FPM which are working fine, the issue I'm running into is that quite often NGinx will start before php-fpm is even installed. I'm wondering if there's a way in the nginx module to "Require" the PHP-FPM service is started as a dependency of the nginx serv