Box now supports vagrant insecure keys
This commit is contained in:
parent
e91a4bd49a
commit
dc72cae475
|
@ -8,7 +8,6 @@
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
config.vm.box = "rancheros"
|
config.vm.box = "rancheros"
|
||||||
config.ssh.username = "rancher"
|
config.ssh.username = "rancher"
|
||||||
# config.ssh.password = "rancher"
|
|
||||||
|
|
||||||
config.vm.provider "virtualbox" do |vb|
|
config.vm.provider "virtualbox" do |vb|
|
||||||
vb.check_guest_additions = false
|
vb.check_guest_additions = false
|
||||||
|
|
Loading…
Reference in New Issue