Przeglądaj źródła

Installs packages in focal.

pull/214/head
Wayne Gemmell 4 lat temu
rodzic
commit
b22d2232ba
3 zmienionych plików z 4 dodań i 2 usunięć
  1. +1
    -1
      php/fpm/config.sls
  2. +2
    -0
      php/fpm/init.sls
  3. +1
    -1
      php/map.jinja

+ 1
- 1
php/fpm/config.sls Wyświetl plik

@@ -14,7 +14,7 @@
{%- endif %}
{%- 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 %}
{%- for version in pillar_php_version %}
{%- set conf_settings = odict(php.lookup.fpm.defaults) %}

+ 2
- 0
php/fpm/init.sls Wyświetl plik

@@ -6,6 +6,8 @@ include:
- php.fpm.pools

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 %}
{% for version in pillar_php_version %}


+ 1
- 1
php/map.jinja Wyświetl plik

@@ -768,7 +768,7 @@
{%- endif %}
{%- else %}
{%- 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']({
'Ubuntu': {
'pkgs': {

Ładowanie…
Anuluj
Zapisz