Allow defining of <install-type> and <install-type-args>

This commit is contained in:
Thomas Grainger 2014-01-06 12:22:43 +00:00
parent f51b6d0708
commit feb748f488
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