From 1ed05d05bf4229c2cdc463d7c45970242804c9e8 Mon Sep 17 00:00:00 2001 From: Evan Kaufman Date: Tue, 13 Dec 2016 15:34:27 -0800 Subject: [PATCH] Explicitly define stage for local vagrant provisioning --- generator/app/templates/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/app/templates/Vagrantfile b/generator/app/templates/Vagrantfile index 0f60f92..13283dc 100644 --- a/generator/app/templates/Vagrantfile +++ b/generator/app/templates/Vagrantfile @@ -34,7 +34,7 @@ Vagrant.configure("2") do |config| # Provision local.<%= props.domain %> box.vm.provision :shell do |shell| - shell.inline = "/vagrant/bin/provision" + shell.inline = "/vagrant/bin/provision -e stage=local" end end