mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Fix conflict ID #214
This commit is contained in:
parent
c6018aeac1
commit
1b5e13a36c
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ mod-fcgid:
|
|||
- pkg: apache
|
||||
|
||||
{% if grains['os_family']=="Debian" %}
|
||||
a2enmod fcgid:
|
||||
a2enmod fcgid for apache.mod_fcgid:
|
||||
cmd.run:
|
||||
- name: a2enmod fcgid
|
||||
- order: 225
|
||||
- unless: ls /etc/apache2/mods-enabled/fcgid.load
|
||||
- require:
|
||||
|
|
Loading…
Add table
Reference in a new issue