Commit 92cc12af by César Galvis

feat: added reboot command

parent b9955b1a
...@@ -34,5 +34,9 @@ Vagrant.configure("2") do |config| ...@@ -34,5 +34,9 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", path: "src/scripts/ps/ChocolateyInstallPackages.ps1" config.vm.provision "shell", path: "src/scripts/ps/ChocolateyInstallPackages.ps1"
## Set up PAC ## Set up PAC
config.vm.provision "shell", path: "src/scripts/ps/PacScheduledTask.ps1" config.vm.provision "shell", path: "src/scripts/ps/PacScheduledTask.ps1"
## Restart machine
config.vm.provision "reboot", {
:timeout => 20, # Timeout in seconds
}
end end
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