Merge pull request #2766 from graingert/patch-1

provisioners/salt: Allow defining of <install-type> and <install-type-args>
This commit is contained in:
Mitchell Hashimoto 2014-01-10 15:43:25 -08:00
commit fcae8dd687
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module VagrantPlugins
options = ""
if configure
options = "%s -c %s" % [options, config_dir]
options = " -c %s %s" % [config_dir, options]
end
if @config.seed_master and @config.install_master