Created
November 22, 2012 03:17
-
-
Save alexw23/4129284 to your computer and use it in GitHub Desktop.
Not overriding
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
# 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