[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

[Puppet Users] Re: Problem installing modules in PE 3.7.2

2015-04-01 Thread Jason Gagui
Hi Mark, You need to run the puppet command as sudo. sudo /opt/puppetlabs/bin/puppet module install module-name doing so will install modules in the correct path. /etc/puppetlabs/puppet/environments/production/modules/ I am using RHEL 7 and I normally run the command: sudo su - before