bundles: add zfs dataset to bundles

This commit is contained in:
Franzi 2021-07-17 10:17:39 +02:00
parent 337b660f5a
commit ce9f6dd7ba
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 82 additions and 6 deletions

View file

@ -31,12 +31,6 @@ defaults = {
}
if node.has_bundle('postfixadmin'):
defaults['backups'] = {
'paths': {
'/var/mail',
},
}
defaults['icinga2_api']['postfix']['services'].update({
'SMTP CONNECT': {
'check_command': 'check_smtp',
@ -52,6 +46,7 @@ if node.has_bundle('postfixadmin'):
'vars.port': '587',
},
})
else:
defaults['icinga2_api']['postfix']['services'].update({
'SMTP CONNECT': {