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 ##}
```
This commit is contained in:
Imran Iqbal
2019-10-09 18:40:16 +01:00
parent 6a08317ae7
commit a8bbd2538f
+1 -1
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls
{## import settings from map.jinja ##}
{#- import settings from map.jinja #}
{%- from "sysctl/map.jinja" import sysctl_settings with context %}
sysctl-pkg: