Browse Source

Move vhostdir `to config.sls`

tags/v0.37.4
Javier Bértoli 7 years ago
parent
commit
a7f66b6344
2 changed files with 8 additions and 8 deletions
  1. +8
    -0
      apache/config.sls
  2. +0
    -8
      apache/init.sls

+ 8
- 0
apache/config.sls View File

@@ -15,6 +15,14 @@ include:
- context:
apache: {{ apache }}

{{ apache.vhostdir }}:
file.directory:
- makedirs: True
- require:
- pkg: apache
- watch_in:
- service: apache

{% if grains['os_family']=="Debian" %}
/etc/apache2/envvars:
file.managed:

+ 0
- 8
apache/init.sls View File

@@ -14,14 +14,6 @@ apache:
- name: {{ apache.service }}
- enable: True

{{ apache.vhostdir }}:
file.directory:
- makedirs: True
- require:
- pkg: apache
- watch_in:
- service: apache

# The following states are inert by default and can be used by other states to
# trigger a restart or reload as needed.
apache-reload:

Loading…
Cancel
Save