Merge pull request #3536 from shadowfax-chc/force-overwrite-salt-configs

provisioners/salt: force overwrite of salt configs and keys.
This commit is contained in:
Mitchell Hashimoto 2014-04-24 19:14:40 -07:00
commit ffdb276d4c
1 changed files with 1 additions and 1 deletions

View File

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