Re: [Puppet Users] Execution order of classes

2013-05-24 Thread Markus "Shorty" Uckelmann
Am 24.05.2013 11:35, schrieb Markus Uckelmann: > Hi all, Sorry for the double post. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@goo

[Puppet Users] Execution order of classes

2013-05-24 Thread Markus Uckelmann
Hi all, I'm stuck in the hell of class dependencies and hope that someone here can help me. Puppet-Version is 2.7.21 It's the Debian Squeeze package from the Puppetlabs Repo. I want one class to manage everything database related. So I call it in "site.pp" like this: node client1 { class

[Puppet Users] Execution order of classes

2013-05-24 Thread Markus "Shorty" Uckelmann
Hi all, I'm stuck in the hell of class dependencies and hope that someone here can help me. Puppet-Version is 2.7.21 It's the Debian Squeeze package from the Puppetlabs Repo. I want one class to manage everything database related. So I call it in "site.pp" like this: node client1 { class

[Puppet Users] Execution order of classes in a node

2013-05-23 Thread Bikram Agarwal
Hi. I have three modules in my puppet/modules - 1. jdk_installer 2. weblogic_installer 3. wldomain_create Each of them have one class (same names as modules). I have a node in site.pp which calls these 3 classes. And these classes need to be executed in a particular order. This is