add bundle:snapserver

This commit is contained in:
Franzi 2025-06-28 12:10:04 +02:00
parent 575474af83
commit a4d4b0b8e0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,13 @@
files['/etc/snapserver.conf'] = {
'content_type': 'mako',
'triggers': {
'svc_systemd:snapserver:restart',
},
}
svc_systemd['snapserver'] = {
'needs': {
'file:/etc/snapserver.conf',
'pkg_apt:snapserver',
},
}