minor indentation fix

This commit is contained in:
Marno van der Molen 2014-05-19 14:10:58 +02:00
parent 6d0dd22864
commit 1ddef49185
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ module VagrantPlugins
end
end
else
if @machine.config.vm.communicator == :winrm
if @machine.config.vm.communicator == :winrm
opts = { elevated: true }
@machine.communicate.execute("C:\\salt\\salt-call.exe saltutil.sync_all", opts)
@machine.communicate.execute("C:\\salt\\salt-call.exe state.highstate #{get_loglevel}#{get_colorize}#{get_pillar}", opts) do |type, data|