privisioners/puppet: wait for reboot on Windows
This commit is contained in:
parent
9dd45ac81c
commit
1a0cb9b4c1
|
@ -44,6 +44,12 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def provision
|
||||
# If the machine has a wait for reboot functionality, then
|
||||
# do that (primarily Windows)
|
||||
if @machine.guest.capability?(:wait_for_reboot)
|
||||
@machine.guest.capability(:wait_for_reboot)
|
||||
end
|
||||
|
||||
# Check that the shared folders are properly shared
|
||||
check = []
|
||||
if @config.manifests_path[0] == :host
|
||||
|
|
Loading…
Reference in New Issue