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