Commit 598810d3 by César Galvis

fix: solved issue with vagrantfile

parent b1c40120
......@@ -35,7 +35,7 @@ Vagrant.configure("2") do |config|
## Set up proxy
config.vm.provision "file", source: "./src/config/squid-proxy.conf", destination: "C:/Squid/etc/squid/squid.conf"
## Set up PAC
config.vm.provision "shell", path: "src/scripts/ps/PacServer.ps1"
config.vm.provision "shell", path: "src/scripts/ps/PacInstall.ps1"
## Restart machine
config.vm.provision :shell do |shell|
shell.privileged = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment