Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created April 24, 2014 20:24
Show Gist options
  • Save ryanneufeld/11268340 to your computer and use it in GitHub Desktop.
Save ryanneufeld/11268340 to your computer and use it in GitHub Desktop.
config[:vms].each do |name, settings|
config.vm.define(name) do |vm_config|
# I need access to `name` here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment