Default node name
This commit is contained in:
parent
4d9ba0dcd3
commit
a3fdfa0989
|
@ -54,7 +54,8 @@ module VagrantPlugins
|
||||||
@https_proxy_pass = nil if @https_proxy_pass == UNSET_VALUE
|
@https_proxy_pass = nil if @https_proxy_pass == UNSET_VALUE
|
||||||
@log_level = :info if @log_level == UNSET_VALUE
|
@log_level = :info if @log_level == UNSET_VALUE
|
||||||
@no_proxy = nil if @no_proxy == UNSET_VALUE
|
@no_proxy = nil if @no_proxy == UNSET_VALUE
|
||||||
@provisioning_path = nil if @provisioning_path == UNSET_VALUE
|
@node_name = nil if @node_name == UNSET_VALUE
|
||||||
|
@provisioning_path = nil if @provisioning_path == UNSET_VALUIE
|
||||||
|
|
||||||
# Make sure the log level is a symbol
|
# Make sure the log level is a symbol
|
||||||
@log_level = @log_level.to_sym
|
@log_level = @log_level.to_sym
|
||||||
|
|
Loading…
Reference in New Issue