This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
Added vhost_alias.sls for that apache mod
tags/v0.37.4
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