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:
parent
702347c47e
commit
c4ae0badc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue