bundles: add backup paths
This commit is contained in:
parent
f71653e3ce
commit
0749fc75c5
12 changed files with 60 additions and 2 deletions
|
@ -19,6 +19,12 @@ defaults = {
|
|||
}
|
||||
|
||||
if node.has_bundle('postfixadmin'):
|
||||
defaults['backups'] = {
|
||||
'paths': {
|
||||
'/var/mail',
|
||||
},
|
||||
}
|
||||
|
||||
defaults['icinga2_api']['postfix']['services'].update({
|
||||
'SPAM BLOCKLIST': {
|
||||
'check_command': 'spam_blocklist',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue