Skip to content

Commit

Permalink
Merge pull request #415 from tas50/darwin_keys
Browse files Browse the repository at this point in the history
Enable key insertion on OS X
  • Loading branch information
Seth Thomas committed Sep 6, 2015
2 parents 04888f0 + 5ca389e commit d020249
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vagrantfile_templates/macosx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Vagrant.configure(2) do |config|
# disabled until https://github.com/mitchellh/vagrant/pull/5326 makes it
# into a release following 1.7.2
config.ssh.insert_key = false
Vagrant.require_version '>= 1.7.3'

Vagrant.configure(2) do |config|
config.vm.provider 'virtualbox' do |_, override|
override.vm.synced_folder '.', '/vagrant', type: 'rsync'
end
Expand Down

0 comments on commit d020249

Please sign in to comment.