diff --git a/common/admin/vagrant/templates/default/default.Vagrantfile b/common/admin/vagrant/templates/default/default.Vagrantfile index db023a7..77a4f47 100644 --- a/common/admin/vagrant/templates/default/default.Vagrantfile +++ b/common/admin/vagrant/templates/default/default.Vagrantfile @@ -127,6 +127,9 @@ Vagrant.configure("2") do |config| box.vm.provision "file", source: "localhost.crt", destination: "$HOME/localhost.crt" box.vm.provision "file", source: "mocha-libexec", destination: "$HOME/mocha-libexec" box.vm.provision "file", source: "sql", destination: "$HOME/sql" + box.vm.provision "file", source: "libraries", destination: "$HOME/libraries" + box.vm.provision "file", source: "site", destination: "$HOME/html" + box.vm.provision "file", source: "site/.htaccess", destination: "$HOME/html/.htaccess" # initial provision of site box.vm.provision "shell", inline: <<-SHELL @@ -181,9 +184,6 @@ Vagrant.configure("2") do |config| # reset the site to the default upon launching the VM # remove the run: "always" if you do not desire this behavior - box.vm.provision "file", source: "libraries", destination: "$HOME/libraries" - box.vm.provision "file", source: "site", destination: "$HOME/html" - box.vm.provision "file", source: "site/.htaccess", destination: "$HOME/html/.htaccess" box.vm.provision "shell", inline: <<-SHELL if [ "@@MOCHA_ALWAYS_PROVISION@@" != "true" ]; then