Browse Source

mod_remoteip: enable conf independantly (#236)

master
ze42 6 years ago
parent
commit
1982f1ecc8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/mod_remoteip.sls

+ 1
- 1
apache/mod_remoteip.sls View File

@@ -14,7 +14,7 @@ a2enmod remoteip:

a2enconf remoteip:
cmd.run:
- unless: ls /etc/apache2/mods-enabled/remoteip.load
- unless: ls /etc/apache2/conf-enabled/remoteip.conf
- order: 255
- require:
- pkg: apache

Loading…
Cancel
Save