From 677855954ec81c6ee4effe44301cffd03a300671 Mon Sep 17 00:00:00 2001 From: axeloz Date: Tue, 4 Sep 2018 11:39:59 +0200 Subject: [PATCH] Adding support for Landrush --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 5a93d34..a41e9bc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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'