File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 {%- endif % }
1515{%- endfor % }
1616
17- {%- set pillar_php_version = php.pillar_php_version % }
17+ {%- set pillar_php_version = salt[ ' pillar.get ' ]( ' php:version ' , ' 7.0 ' ) % }
1818{%- if pillar_php_version is iterable and pillar_php_version is not string % }
1919 {%- for version in pillar_php_version % }
2020 {%- set conf_settings = odict(php.lookup.fpm.defaults) % }
Original file line number Diff line number Diff line change 66 - php.fpm.pools
77
88extend:
9+ {%- set pillar_php_version = salt[' pillar.get' ](' php:version' , ' 7.0' ) %}
10+
911{% if pillar_php_version is iterable and pillar_php_version is not string %}
1012 {% for version in pillar_php_version %}
1113
Original file line number Diff line number Diff line change 768768 {% - endif %}
769769 {% - else %}
770770 {% - if salt ['grains.get' ]('osrelease' )|string >= '18.04' %}
771- {% - merge = php , salt ['pillar.get' ]('php' , {
771+ {% - set php = salt ['pillar.get' ]('php' , {
772772 'lookup' : salt ['grains.filter_by' ]({
773773 'Ubuntu' : {
774774 'pkgs' : {
You can’t perform that action at this time.
0 commit comments