Skip to content

Commit

Permalink
fix(map.jinja): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining openvpn/map.jinja of type state
[201] Trailing whitespace
openvpn/map.jinja:7

[201] Trailing whitespace
openvpn/map.jinja:9
    defaults,
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent 6969083 commit eabfc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvpn/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{% import_yaml "openvpn/osfingermap.yaml" as osfingermap %}

{% do defaults.openvpn.update({'multi_services': salt['grains.has_value']('systemd')}) %}

{% set map = salt['grains.filter_by'](
defaults,
defaults,
merge=salt['grains.filter_by'](
osfamilymap,
grain='os_family',
Expand Down

0 comments on commit eabfc57

Please sign in to comment.