mod_remoteip: enable conf independantly (#236)

This commit is contained in:
ze42 2018-08-30 22:22:28 +02:00 committed by Niels Abspoel
parent 8adcad3db8
commit 1982f1ecc8

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