need_configure should return true when master_config is defined as well.
This fixes #2204 and fixes saltstack/salty-vagrant#100
This commit is contained in:
parent
7b440339f3
commit
624a9dd2fd
|
@ -59,7 +59,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def need_configure
|
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
|
end
|
||||||
|
|
||||||
def need_install
|
def need_install
|
||||||
|
|
Loading…
Reference in New Issue