Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config.sls): fix
salt-lint
errors
```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 }} ```
- Loading branch information