Box now supports vagrant insecure keys

This commit is contained in:
Bill Maxwell 2015-02-23 15:45:22 -07:00
parent e91a4bd49a
commit dc72cae475
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -8,7 +8,6 @@
Vagrant.configure(2) do |config|
config.vm.box = "rancheros"
config.ssh.username = "rancher"
# config.ssh.password = "rancher"
config.vm.provider "virtualbox" do |vb|
vb.check_guest_additions = false