bundles/ntfy: fix directory modes

This commit is contained in:
Franzi 2023-05-06 17:25:53 +02:00
parent 556e0d75c8
commit 714fa88d72
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -22,6 +22,7 @@ files['/etc/ntfy/server.yml'] = {
directories['/var/lib/ntfy'] = {
'owner': 'ntfy',
'group': 'ntfy',
'mode': '0700',
'before': {
'pkg_apt:ntfy',
},
@ -30,6 +31,7 @@ directories['/var/lib/ntfy'] = {
directories['/var/cache/ntfy'] = {
'owner': 'ntfy',
'group': 'ntfy',
'mode': '0700',
'before': {
'pkg_apt:ntfy',
},