Skip to content

Instantly share code, notes, and snippets.

@intinig
Created October 16, 2012 13:49
Show Gist options
  • Select an option

  • Save intinig/3899397 to your computer and use it in GitHub Desktop.

Select an option

Save intinig/3899397 to your computer and use it in GitHub Desktop.
def locate_config_value(key)
key = key.to_sym
Chef::Config[:knife][key] || config[key]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment