0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2024-11-27 23:07:54 +01:00

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

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: