bundles/systemd: ensure we're not logging to syslog

This commit is contained in:
Franzi 2023-08-26 07:28:12 +02:00
parent 8cf2dde6e0
commit c6bb00c124
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,9 @@ defaults = {
'ntp': {
'installed': False,
},
'rsyslog': {
'installed': False,
},
},
},
'icinga2_api': {