updated php state

This commit is contained in:
Paul 2023-01-04 23:33:59 +01:00
parent 3d851a6a1a
commit c5b37c6845
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
{%- from "php/map.jinja" import php with context %}
{%- if php.config != None %}
{%- if php.config %}
php-config:
ini.options_present:
- name: {{ php.config_file }}
@ -10,7 +10,7 @@ php-config:
- service: php-fpm-service
{%- endif %}
{%- if php.fpm.config != None %}
{%- if php.fpm.config %}
php-fpm-config:
ini.options_present:
- name: {{ php.fpm.config_file }}

View File

@ -17,7 +17,7 @@ php:
- php-xml
- php-zip
extensions:
- acpu
- apcu
- curl
- exif
- gd