Skip to content

Instantly share code, notes, and snippets.

@yoplait
Created October 14, 2014 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoplait/ff3d997bc2b855672e8f to your computer and use it in GitHub Desktop.
Save yoplait/ff3d997bc2b855672e8f to your computer and use it in GitHub Desktop.
yet_server.rb
name "yet_server"
description "YET static site server"
run_list "recipe[nginx]", "recipe[yet_site]"
override_attributes(
"nginx" => {
"default_site_enabled" => false
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment