mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Merge d0f3740c9e
into 1553a9d5bc
This commit is contained in:
commit
b8bf017612
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% set mpm_module = 'mpm_prefork' -%}
|
||||
{% set mpm_param = salt['pillar.get']('apache:mod_mpm_prefork', {}) -%}
|
||||
{% if pillar.get('apache:mod_mpm_worker') is defined -%}
|
||||
{% if pillar.get('apache:mod_mpm_worker', None) -%}
|
||||
{% set mpm_module = 'mpm_worker' -%}
|
||||
{% set mpm_param = salt['pillar.get']('apache:mod_mpm_worker', {}) -%}
|
||||
{% else -%}
|
||||
|
|
Loading…
Add table
Reference in a new issue