This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
apache-formula
forked from
ExternalMirrors/apache-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Added vhost_alias.sls for that apache mod
master
Alan McNea
11 years ago
parent
f153c78ba8
commit
92b167ffa8
1 changed files
with
16 additions
and
0 deletions
Unified View
Show Diff Stats
+16
-0
apache/vhost_alias.sls
+ 16
- 0
apache/vhost_alias.sls
View File
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
a2enmod vhost_alias:
cmd.run:
- unless: ls /etc/apache2/mods-enabled/vhost_alias.load
- order: 225
- require:
- pkg: apache
- watch_in:
- cmd: apache-restart
{% endif %}
Write
Preview
Loading…
Cancel
Save