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 use "notify" to delay reboot until the server was joined to the domain but the other classes run as well and the reboot occurs during IIS installation. How would I make sure the four classes run in the specified order above? Thanks, Jason -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/cbd9d31e-8a93-4b25-b7de-1e5b8c88f91c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
