bundles/php: no need to restart php if just installing the base packages
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
652fb72ccc
commit
d47c39185b
1 changed files with 3 additions and 15 deletions
|
@ -16,21 +16,9 @@ def php_packages_with_features(metadata):
|
||||||
version = metadata.get('php/version')
|
version = metadata.get('php/version')
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
f'php{version}': {
|
f'php{version}': {},
|
||||||
'triggers': {
|
f'php{version}-cli': {},
|
||||||
f'svc_systemd:php{version}-fpm:restart',
|
f'php{version}-fpm': {},
|
||||||
}
|
|
||||||
},
|
|
||||||
f'php{version}-cli': {
|
|
||||||
'triggers': {
|
|
||||||
f'svc_systemd:php{version}-fpm:restart',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
f'php{version}-fpm': {
|
|
||||||
'triggers': {
|
|
||||||
f'svc_systemd:php{version}-fpm:restart',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for package in metadata.get('php/packages', set()):
|
for package in metadata.get('php/packages', set()):
|
||||||
|
|
Loading…
Reference in a new issue