Send backup notifiations when run ends with warning

This commit is contained in:
Basti 2021-11-30 13:38:18 -06:00
parent e63cda3317
commit c30733e5aa
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ preconfigure 'KosmosBackup' do
encrypt_with OpenSSL
notify_by Mail do |mail|
mail.on_success = false
mail.on_warning = false
mail.on_warning = true
mail.on_failure = true
end
end