Adds option to keep HA config on destroy (#21)

This commit is contained in:
Dale Higgs 2018-12-10 12:30:18 -06:00 committed by Franck Nijhof
parent 38608b478a
commit eb5c1a8b80
2 changed files with 2 additions and 1 deletions

2
Vagrantfile vendored
View file

@ -86,7 +86,7 @@ module HassioCommunityAddons
machine_provider_virtualbox machine
machine_shares machine
machine_provision machine
machine_cleanup_on_destroy machine
machine_cleanup_on_destroy machine unless @config['keep_config']
end
end

View file

@ -5,6 +5,7 @@ hostname: hassio
post_up_message: Hass.io starting... wait a couple of minutes!
box: ubuntu/bionic64
bridge: ~
keep_config: false
shares:
addons: /usr/share/hassio/addons/local
backup: /usr/share/hassio/backup