Skip to content

Instantly share code, notes, and snippets.

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