Skip to content

Commit

Permalink
Merge pull request #290 from myoung34/feature/default_template_case
Browse files Browse the repository at this point in the history
Add support for all misc vagrant providers
  • Loading branch information
Seth Thomas authored Mar 6, 2017
2 parents 2c55503 + 9718bad commit d3a8c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Vagrantfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Vagrant.configure("2") do |c|
<% else %>
p.vmx["<%= key %>"] = "<%= value %>"
<% end %>
<% when "openstack", "cloudstack", "hyperv", "ovirt3", "rackspace", "aws" %>
<% else %>
<% if value.is_a? String %>
p.<%= key %> = "<%= value%>"
<% else %>
Expand Down

0 comments on commit d3a8c55

Please sign in to comment.