mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-08-01 09:44:43 +02: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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user