Created
April 23, 2016 15:37
-
-
Save smalltown/30c7676faf0351e1d9691f784b71ea87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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