Skip to content

Instantly share code, notes, and snippets.

@alexw23
Created November 22, 2012 03:17
Show Gist options
  • Save alexw23/4129284 to your computer and use it in GitHub Desktop.
Save alexw23/4129284 to your computer and use it in GitHub Desktop.
Not overriding
# envrionment
name "dev_au"
description "Development Environment for Australia"
default_attributes ({
"apache2" => { "listen_ports" => [ "80" ] },
"www" => {
"server_name" => "server",
"docroot" => "/srv/apps/www"
}
})
#default recipe
app_name = 'www'
app_config = node[app_name]
puts node[app_name]['server_name']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment