Skip to content

Commit

Permalink
cleanup vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benc committed Jun 29, 2015
1 parent 9b1d26b commit 1eeec30
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
require 'yaml'

Vagrant.configure("2") do |config|
config.vm.box = "yosemite"
config.vm.box = "osx-yosemite"
config.ssh.insert_key = false
# config.ssh.private_key_path = ["#{ENV['HOME']}/.ssh/id_rsa","#{ENV['HOME']}/.vagrant.d/insecure_private_key"]

# Build blog platform
config.vm.provider :vmware_fusion do |provider, override|
Expand All @@ -13,11 +10,6 @@ Vagrant.configure("2") do |config|
provider.gui = false
end

# config.vm.provision :shell, inline: <<-SCRIPT
# printf "%s\n" "#{File.read("#{ENV['HOME']}/.ssh/id_rsa.pub")}" > /home/vagrant/.ssh/authorized_keys
# chown -R vagrant:vagrant /home/vagrant/.ssh
# SCRIPT

config.vm.provision :ansible do |ansible|
ansible.playbook = "development_machine.yml"
ansible.sudo = true
Expand Down

0 comments on commit 1eeec30

Please sign in to comment.