Re: [Puppet Users] LAMP stack with strange dependencies

2013-10-14 Thread Harm De Weirdt
Indeed, I should have paid more attention t the actual error. Thanks for the info. Harm On Sunday, October 13, 2013 9:18:37 PM UTC+2, Ramin K wrote: On 10/13/2013 1:47 AM, Harm De Weirdt wrote: Hello everyone. I've been toying around with puppet and something happened that seems

[Puppet Users] LAMP stack with strange dependencies

2013-10-13 Thread Harm De Weirdt
Hello everyone. I've been toying around with puppet and something happened that seems strange to me. In site.pp I have the following: node default { # This is where you can declare classes for all nodes. # Example: # class { 'my_class': } # class { 'lamp': } package

Re: [Puppet Users] LAMP stack with strange dependencies

2013-10-13 Thread Ramin K
On 10/13/2013 1:47 AM, Harm De Weirdt wrote: Hello everyone. I've been toying around with puppet and something happened that seems strange to me. In site.pp I have the following: node default { # This is where you can declare classes for all nodes. # Example: