mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-17 10:10:29 +00:00
9 lines
309 B
Text
9 lines
309 B
Text
# Manages the main Apache2 ini file
|
|
{% from "php/map.jinja" import php with context %}
|
|
{% from "php/ini.jinja" import php_ini %}
|
|
|
|
{% set settings = php.ini.defaults %}
|
|
{% do settings.update(php.apache2.ini.settings) %}
|
|
|
|
php_apache2_ini:
|
|
{{ php_ini(php.lookup.apache2.ini, php.apache2.ini.opts, settings) }}
|