On Wednesday, August 27, 2014 2:05:29 PM UTC-5, Christopher Wood wrote:
>
> Ordering!
>
> https://docs.puppetlabs.com/learning/ordering.html
> https://docs.puppetlabs.com/puppet/latest/reference/lang_relationships.html
> https://docs.puppetlabs.com/references/latest/metaparameter.html
>
>
+1
Ordering!
https://docs.puppetlabs.com/learning/ordering.html
https://docs.puppetlabs.com/puppet/latest/reference/lang_relationships.html
https://docs.puppetlabs.com/references/latest/metaparameter.html
Probably a "requires => Iis::Manage_Site['Default Web Site']," in the Manager
site thing below
I'm running Puppet 3.4.3 and was wondering is there a way to call the
defines below in the order they're written. The problem I'm having is
while using Opentable/IIS forge module, I want to delete the "Default Web
Site" which is running on port 80, then create a new site which runs on 80.
What ha