Skip to content

Commit

Permalink
fix(package.sls): fix salt-lint errors
Browse files Browse the repository at this point in the history
```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 ##}
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent 6a08317 commit a8bbd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysctl/package.sls
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a8bbd25

Please sign in to comment.