diff --git a/bundles/ntfy/items.py b/bundles/ntfy/items.py index c3437be..cb3c50b 100644 --- a/bundles/ntfy/items.py +++ b/bundles/ntfy/items.py @@ -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', },