Parcourir la source

fix(server_status.sls): fix `salt-lint` errors

```bash
Examining apache/server_status.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
apache/server_status.sls:7
{{apache.confdir}}/server-status{{apache.confext}}:
```
tags/v0.38.0
Imran Iqbal il y a 5 ans
Parent
révision
da9a59225a
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      apache/server_status.sls

+ 1
- 1
apache/server_status.sls Voir le fichier

@@ -4,7 +4,7 @@ include:
- apache
- apache.config

{{apache.confdir}}/server-status{{apache.confext}}:
{{ apache.confdir }}/server-status{{ apache.confext }}:
file.managed:
- source: salt://apache/files/server-status.conf.jinja
- template: jinja

Chargement…
Annuler
Enregistrer