{%- endif %} | {%- endif %} | ||||
{%- endfor %} | {%- endfor %} | ||||
{%- set pillar_php_version = php.pillar_php_version %} | |||||
{%- set pillar_php_version = salt['pillar.get']('php:version', '7.0') %} | |||||
{%- if pillar_php_version is iterable and pillar_php_version is not string %} | {%- if pillar_php_version is iterable and pillar_php_version is not string %} | ||||
{%- for version in pillar_php_version %} | {%- for version in pillar_php_version %} | ||||
{%- set conf_settings = odict(php.lookup.fpm.defaults) %} | {%- set conf_settings = odict(php.lookup.fpm.defaults) %} |
- php.fpm.pools | - php.fpm.pools | ||||
extend: | extend: | ||||
{%- set pillar_php_version = salt['pillar.get']('php:version', '7.0') %} | |||||
{% if pillar_php_version is iterable and pillar_php_version is not string %} | {% if pillar_php_version is iterable and pillar_php_version is not string %} | ||||
{% for version in pillar_php_version %} | {% for version in pillar_php_version %} | ||||
{%- endif %} | {%- endif %} | ||||
{%- else %} | {%- else %} | ||||
{%- if salt['grains.get']('osrelease')|string >= '18.04' %} | {%- if salt['grains.get']('osrelease')|string >= '18.04' %} | ||||
{%- merge = php, salt['pillar.get']('php', { | |||||
{%- set php = salt['pillar.get']('php', { | |||||
'lookup': salt['grains.filter_by']({ | 'lookup': salt['grains.filter_by']({ | ||||
'Ubuntu': { | 'Ubuntu': { | ||||
'pkgs': { | 'pkgs': { |