Skip to content

Commit 1f3cfcc

Browse files
committed
fix(python.sls): fix salt-lint errors
```bash Examining postgres/python.sls of type state [206] Jinja variables should have spaces before and after: {{ var_name }} postgres/python.sls:8 - name: {{ postgres.pkg_python}} ```
1 parent bf5b4d6 commit 1f3cfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/python.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include:
55
66
postgresql-python:
77
pkg.installed:
8-
- name: {{ postgres.pkg_python}}
8+
- name: {{ postgres.pkg_python }}
99
{% if postgres.fromrepo %}
1010
- fromrepo: {{ postgres.fromrepo }}
1111
{% endif %}

0 commit comments

Comments
 (0)