Skip to content

Instantly share code, notes, and snippets.

@smalltown
Created April 23, 2016 15:34
Show Gist options
  • Save smalltown/8cb414d35d5a510fb5722cf9b67160c4 to your computer and use it in GitHub Desktop.
Save smalltown/8cb414d35d5a510fb5722cf9b67160c4 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
}
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment