Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created November 25, 2012 19:58
Show Gist options
  • Save jtimberman/4145087 to your computer and use it in GitHub Desktop.
Save jtimberman/4145087 to your computer and use it in GitHub Desktop.
web_app "my_site" do
server_name node['hostname']
server_aliases [node['fqdn'], "my-site.example.com"]
docroot "/srv/www/my_site"
cookbook "apache2"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment