Allow defining of <install-type> and <install-type-args>
This commit is contained in:
parent
f51b6d0708
commit
feb748f488
|
@ -80,7 +80,7 @@ module VagrantPlugins
|
||||||
options = ""
|
options = ""
|
||||||
|
|
||||||
if configure
|
if configure
|
||||||
options = "%s -c %s" % [options, config_dir]
|
options = " -c %s %s" % [config_dir, options]
|
||||||
end
|
end
|
||||||
|
|
||||||
if @config.seed_master and @config.install_master
|
if @config.seed_master and @config.install_master
|
||||||
|
|
Loading…
Reference in New Issue