Merge pull request #6080 from driskell/patch-1

Fix broken masterless minion configuration
This commit is contained in:
Seth Vargo 2015-08-12 10:53:14 -04:00
commit 2f782a95ba
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ module VagrantPlugins
options = "%s %s" % [options, @config.bootstrap_options] options = "%s %s" % [options, @config.bootstrap_options]
end end
if configure && !@machine.config.vm.communicator == :winrm if configure && @machine.config.vm.communicator != :winrm
options = "%s -F -c %s" % [options, config_dir] options = "%s -F -c %s" % [options, config_dir]
end end