unsymlink_bundles #2

Merged
stillbeben merged 14 commits from unsymlink_bundles into main 2021-12-21 16:51:44 +00:00
Showing only changes of commit c87ab57e1d - Show all commits

View file

@ -23,7 +23,7 @@ directories = {
},
},
'/var/log/nginx-timing': {
'owner': 'http',
'owner': 'www-data',
'needs': {
'pkg_apt:nginx',
},
@ -38,7 +38,7 @@ files = {
'/etc/nginx/nginx.conf': {
'content_type': 'mako',
'context': {
'username': 'http',
'username': 'www-data',
**node.metadata['nginx'],
},
'triggers': {