bundles/ntfy: fix directory modes
This commit is contained in:
parent
556e0d75c8
commit
714fa88d72
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ files['/etc/ntfy/server.yml'] = {
|
||||||
directories['/var/lib/ntfy'] = {
|
directories['/var/lib/ntfy'] = {
|
||||||
'owner': 'ntfy',
|
'owner': 'ntfy',
|
||||||
'group': 'ntfy',
|
'group': 'ntfy',
|
||||||
|
'mode': '0700',
|
||||||
'before': {
|
'before': {
|
||||||
'pkg_apt:ntfy',
|
'pkg_apt:ntfy',
|
||||||
},
|
},
|
||||||
|
@ -30,6 +31,7 @@ directories['/var/lib/ntfy'] = {
|
||||||
directories['/var/cache/ntfy'] = {
|
directories['/var/cache/ntfy'] = {
|
||||||
'owner': 'ntfy',
|
'owner': 'ntfy',
|
||||||
'group': 'ntfy',
|
'group': 'ntfy',
|
||||||
|
'mode': '0700',
|
||||||
'before': {
|
'before': {
|
||||||
'pkg_apt:ntfy',
|
'pkg_apt:ntfy',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue