bundles/php: introduce
This commit is contained in:
parent
e2d8923dee
commit
f8bc4b2ad9
8 changed files with 299 additions and 3 deletions
|
@ -15,6 +15,11 @@ files = {
|
|||
'svc_systemd:nginx:restart',
|
||||
},
|
||||
},
|
||||
'/etc/nginx/fastcgi.conf': {
|
||||
'triggers': {
|
||||
'svc_systemd:nginx:restart',
|
||||
},
|
||||
},
|
||||
'/etc/nginx/sites/stub_status': {
|
||||
'triggers': {
|
||||
'svc_systemd:nginx:restart',
|
||||
|
@ -60,6 +65,7 @@ for vhost, config in node.metadata.get('nginx', {}).get('vhosts', {}).items():
|
|||
'content_type': 'mako',
|
||||
'context': {
|
||||
'vhost': vhost,
|
||||
'php_version': node.metadata.get('php', {}).get('version', ''),
|
||||
**config,
|
||||
},
|
||||
'needs': set(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue