Re: [Puppet Users] Running classes in a certain order

2015-04-01 Thread Felix Frank
On 04/01/2015 09:03 PM, Jason Gagui wrote: How would I make sure the four classes run in the specified order above? Hi, an intermittent reboot implies that the three latter classes *cannot* be evaluated during the same agent transaction as the first one. To implement this, add a custom fact

[Puppet Users] Running classes in a certain order

2015-04-01 Thread Jason Gagui
Hello, I created a module to perform the following on a windows server 2012 R2 system: 1. JoinDomain_then_reboot.pp Then after reboot: 1. Install_IIS.pp 2. Create_website.pp 3. copy_sitecontent.pp I want to make sure those four classes run in the order specified above. I was able to