Skip to content

Commit

Permalink
Set Rackspace region for newer Vagrant/plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Sep 16, 2015
1 parent 4f4031b commit 6dc97bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puppet/modules/slave/templates/Vagrantfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Vagrant.configure("2") do |config|
rs.username = "<%= @username -%>"
rs.api_key = "<%= @api_key -%>"
rs.public_key_path = "<%= @ssh_key -%>.pub"
rs.rackspace_region = :iad
end
end

0 comments on commit 6dc97bf

Please sign in to comment.