Merge pull request #2205 from jcockhren/fix_2204

provisioners/salt: need_configure should return true when master_config is defined as well.
This commit is contained in:
Mitchell Hashimoto 2013-09-14 10:39:52 -07:00
commit 4638a7a0df
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ module VagrantPlugins
end
def need_configure
@config.minion_config or @config.minion_key
@config.minion_config or @config.minion_key or @config.master_config or @config.master_key
end
def need_install