Skip to content

Instantly share code, notes, and snippets.

@hSATAC
Created February 5, 2013 07:22
Show Gist options
  • Save hSATAC/4712835 to your computer and use it in GitHub Desktop.
Save hSATAC/4712835 to your computer and use it in GitHub Desktop.
puppet stage example
# Append this at the bottom of /etc/puppetlabs/puppet/manifests/site.pp
node 'devm3' {
stage { 'pre': }
class {
"archfix": stage => "pre";
}
Stage["pre"] -> Stage["main"]
include common
include ntp
include sshd
include apache
include php
include mysql
}
@lotthuang
Copy link

it's very good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment