ns-ionos: move powerdnsadmin webinterface to new hostname

This commit is contained in:
Franzi 2023-05-16 18:07:34 +02:00
parent a4bb7f89ec
commit f8416215d5
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 34 additions and 9 deletions

View file

@ -21,10 +21,14 @@ git_deploy = {
files = {
'/opt/powerdnsadmin/config.py': {
'content_type': 'mako',
'triggers': {
'svc_systemd:powerdnsadmin:restart',
},
},
'/etc/systemd/system/powerdnsadmin.service': {
'triggers': {
'action:systemd-reload',
'svc_systemd:powerdnsadmin:restart',
},
},
}