Browse Source
Merge pull request #271 from SynPrime/perl2-fix
fix(mod_perl2.sls): fix a2enmod perl2 error
tags/v0.38.1
Imran Iqbal
5 years ago
No account linked to committer's email address
1 changed files with
2 additions and
2 deletions
-
apache/mod_perl2.sls
|
|
@@ -17,9 +17,9 @@ mod-perl2: |
|
|
|
- service: apache |
|
|
|
|
|
|
|
{% if grains['os_family']=="Debian" %} |
|
|
|
a2enmod perl2: |
|
|
|
a2enmod perl: |
|
|
|
cmd.run: |
|
|
|
- unless: ls /etc/apache2/mods-enabled/perl2.load |
|
|
|
- unless: ls /etc/apache2/mods-enabled/perl.load |
|
|
|
- order: 225 |
|
|
|
- require: |
|
|
|
- pkg: mod-perl2 |