[Puppet Users] Re: puppet apache module dependency cycle

2013-04-25 Thread Rui Zhao
how about to decouple the dependent chain (A2mod[php5] => Service[httpd] or Service[httpd] => Class[Apache]? Just to install packages without call Service at installation stage; after that call class of Service. Hope it could help. On Thursday, April 25, 2013 6:22:21 AM UTC+8, jmar...@gmail.

[Puppet Users] Re: puppet apache module dependency cycle

2013-04-24 Thread joe
Just declare or include apache without the chaining syntax. Should work fine. include apache class {'apache::mod::php': } On Wednesday, April 24, 2013 4:22:21 PM UTC-6, jmar...@gmail.com wrote: > > > I am trying to use puppetlabs apache module on CentOS to install mod php > package. > >clas