Removed duplicate entry.
This commit is contained in:
parent
8a9ee5d8dc
commit
42e41eecc9
|
@ -70,7 +70,6 @@ module VagrantPlugins
|
||||||
:https_proxy => @config.https_proxy,
|
:https_proxy => @config.https_proxy,
|
||||||
:https_proxy_user => @config.https_proxy_user,
|
:https_proxy_user => @config.https_proxy_user,
|
||||||
:https_proxy_pass => @config.https_proxy_pass,
|
:https_proxy_pass => @config.https_proxy_pass,
|
||||||
:log_level => @config.log_level.to_sym,
|
|
||||||
:no_proxy => @config.no_proxy,
|
:no_proxy => @config.no_proxy,
|
||||||
:formatter => @config.formatter
|
:formatter => @config.formatter
|
||||||
}.merge(template_vars))
|
}.merge(template_vars))
|
||||||
|
|
Loading…
Reference in New Issue