mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
mod_remoteip: enable conf independantly (#236)
This commit is contained in:
parent
8adcad3db8
commit
1982f1ecc8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue