Adding support for Landrush

This commit is contained in:
Axel 2018-09-04 11:39:59 +02:00 committed by GitHub
parent ce42c0c2a9
commit 677855954e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View file

@ -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'