Skip to content

Instantly share code, notes, and snippets.

@smalltown
Created April 23, 2016 15:37
Show Gist options
  • Save smalltown/30c7676faf0351e1d9691f784b71ea87 to your computer and use it in GitHub Desktop.
Save smalltown/30c7676faf0351e1d9691f784b71ea87 to your computer and use it in GitHub Desktop.
name "webserver"
description "Web Server"
run_list "recipe[apache]"
default_attributes({
"apache" => {
"sites" => {
"admin" => {
"port" => 8000
},
"bears" => {
"port" => 8081
}
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment