Created
April 23, 2016 15:34
-
-
Save smalltown/8cb414d35d5a510fb5722cf9b67160c4 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 | |
} | |
} | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment