Created
February 15, 2012 11:18
-
-
Save theozaurus/1835138 to your computer and use it in GitHub Desktop.
In Chef 0.9.14 the app.user used to get set to "foo". However this no longer happens, even with the `expand` command.
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
expand! # This used to solve the problem chef ~0.9.14 | |
default[:app][:name] = "website" | |
default[:app][:user] = app[:name] |
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
{ | |
app: { | |
name: "foo" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment