You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```bash
Examining openvpn/config.sls of type state
[204] Lines should be no longer that 160 chars
openvpn/config.sls:30
{% set config_file = "{0}/openvpn_{1}.conf".format(config_dir, name) if map.multi_services and grains['os_family'] == 'FreeBSD' else "{0}/{1}.{2}".format(config_dir, name, map.conf_ext) %}
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/config.sls:166
- service: openvpn_{{name}}_service
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/config.sls:182
- service: openvpn_{{name}}_service
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/config.sls:198
- service: openvpn_{{name}}_service
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/config.sls:208
- name: {{ config_dir }}/{{ config.client_config_dir}}
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/config.sls:213
- service: openvpn_{{name}}_service
[206] Jinja variables should have spaces before and after: {{ var_name }}
openvpn/config.sls:222
- name: {{ config_dir }}/{{ config.client_config_dir}}/{{ client }}
```
0 commit comments