We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57d6ed commit c90c593Copy full SHA for c90c593
lib/vagrant-cloudstack/config.rb
@@ -423,7 +423,7 @@ def finalize!
423
@private_ip_address = nil if @private_ip_address == UNSET_VALUE
424
425
# expunge on destroy is nil by default
426
- @expunge_on_destroy = nil if @expunge_on_destroy == UNSET_VALUE
+ @expunge_on_destroy = false if @expunge_on_destroy == UNSET_VALUE
427
428
# Compile our domain specific configurations only within
429
# NON-DOMAIN-SPECIFIC configurations.
0 commit comments