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:39:00 +01:00
parent 6a08317ae7
commit a8bbd2538f
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# vim: ft=sls # vim: ft=sls
{## import settings from map.jinja ##} {#- import settings from map.jinja #}
{%- from "sysctl/map.jinja" import sysctl_settings with context %} {%- from "sysctl/map.jinja" import sysctl_settings with context %}
sysctl-pkg: sysctl-pkg: