Browse Source

Fix conflict ID #214

master
Arthur Lutz 7 years ago
parent
commit
1b5e13a36c
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

- pkg: apache - pkg: apache


{% if grains['os_family']=="Debian" %} {% if grains['os_family']=="Debian" %}
a2enmod fcgid:
a2enmod fcgid for apache.mod_fcgid:
cmd.run: cmd.run:
- name: a2enmod fcgid
- order: 225 - order: 225
- unless: ls /etc/apache2/mods-enabled/fcgid.load - unless: ls /etc/apache2/mods-enabled/fcgid.load
- require: - require:

Loading…
Cancel
Save