Browse Source

Merge pull request #66 from madssj/fix-syntax-error

Fixed missing : and uppercased D in debian
tags/v0.37.4
puneet kandhari 9 years ago
parent
commit
9d72208524
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      apache/config.sls

+ 2
- 2
apache/config.sls View File

@@ -15,10 +15,10 @@ include:

{% if grains['os_family']=="Debian" %}
/etc/apache2/envvars:
file.managed
file.managed:
- template: jinja
- source:
- salt://apache/files/debian/envvars.jinja
- salt://apache/files/Debian/envvars.jinja
- require:
- pkg: apache
- watch_in:

Loading…
Cancel
Save