Browse Source

Merge pull request #215 from arthurlogilab/patch-1

Fix conflict ID #214
tags/v0.37.4
Niels Abspoel 7 years ago
parent
commit
57b2c5d1aa
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      apache/mod_fcgid.sls

+ 2
- 1
apache/mod_fcgid.sls View File

@@ -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…
Cancel
Save