Force overwrite of salt configs and keys.

This will tell the salt-bootstrap script to overwrite the master/minion
configs and/or keys each time provision is called. #3524 #3176
This commit is contained in:
Timothy Messier 2014-04-24 11:56:54 -04:00
parent 702347c47e
commit c4ae0badc3
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