Adding support for Landrush
This commit is contained in:
parent
ce42c0c2a9
commit
677855954e
1 changed files with 2 additions and 0 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -15,6 +15,8 @@ Vagrant.configure("2") do |config|
|
|||
# boxes at https://atlas.hashicorp.com/search.
|
||||
config.vm.box = "axeloz/ubuntu-server-16.04"
|
||||
|
||||
config.landrush.enabled = true
|
||||
config.landrush.tld = 'vm'
|
||||
|
||||
#config.ssh.private_key_path="~/.ssh/id_rsa"
|
||||
config.ssh.username = 'vagrant'
|
||||
|
|
Reference in a new issue