diff --git a/Vagrantfile b/Vagrantfile index b19b3c0..36a1b42 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -68,6 +68,13 @@ SCRIPT core.vm.provision :shell, inline: $install_insecure_keys core.vm.provision :shell, inline: "mkdir -p /data/runtime/haproxy/approved-certs; cp /data/indiehosters/scripts/unsecure-certs/*.pem /data/runtime/haproxy/approved-certs" core.vm.provision :shell, path: "./scripts/setup.sh", args: [HOSTNAME] + $start_indiehosters_dev = <