Re: [Puppet Users] Re: Execution order of classes in a node

2013-05-29 Thread jcbollinger
On Tuesday, May 28, 2013 3:02:20 PM UTC-5, Bikram wrote: jcbollinger John.Bollinger at stJude.org writes: If you apply only the first two classes to a clean system, does the domain get created? I bet it does.John Yes, if I run the first two classes first and then separately run

Re: [Puppet Users] Re: Execution order of classes

2013-05-28 Thread jcbollinger
On Monday, May 27, 2013 8:48:48 AM UTC-5, Markus Shorty Uckelmann wrote: Am 24.05.2013 16:20, schrieb jcbollinger: Whenever I run this code on a client, the directories class gets executed first As judged how? Running puppet apply --test in a Client, destroying the

Re: [Puppet Users] Re: Execution order of classes in a node

2013-05-28 Thread Bikram
jcbollinger John.Bollinger at stJude.org writes: If you apply only the first two classes to a clean system, does the domain get created?  I bet it does.John Yes, if I run the first two classes first and then separately run the wldomain_create class, it creates the domain successfully. When

Re: [Puppet Users] Re: Execution order of classes

2013-05-27 Thread Markus Shorty Uckelmann
Am 24.05.2013 16:20, schrieb jcbollinger: Whenever I run this code on a client, the directories class gets executed first As judged how? Running puppet apply --test in a Client, destroying the client(it's a Vagrant instance) and doing it again... ;) All of the methods you tried for

[Puppet Users] Re: Execution order of classes in a node

2013-05-24 Thread jcbollinger
On Thursday, May 23, 2013 1:45:55 PM UTC-5, Bikram Agarwal wrote: 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

[Puppet Users] Re: Execution order of classes

2013-05-24 Thread jcbollinger
On Friday, May 24, 2013 5:12:33 AM UTC-5, Markus Shorty Uckelmann wrote: 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