Skip to content

Commit a8bbd25

Browse files
committed
fix(package.sls): fix salt-lint errors
```bash Examining sysctl/package.sls of type state [209] Jinja comment should have spaces before and after: {# comment #} sysctl/package.sls:4 {## import settings from map.jinja ##} ```
1 parent 6a08317 commit a8bbd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysctl/package.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# vim: ft=sls
33

4-
{## import settings from map.jinja ##}
4+
{#- import settings from map.jinja #}
55
{%- from "sysctl/map.jinja" import sysctl_settings with context %}
66
77
sysctl-pkg:

0 commit comments

Comments
 (0)