0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-27 23:07:53 +01:00

Fixed supporting multiline banner_string defined in the pillar.

This commit is contained in:
Tibold Kandrai 2017-08-10 14:48:02 +02:00
parent 0924649158
commit 83e60fd840

View File

@ -7,8 +7,7 @@ sshd_banner:
file.managed:
- name: {{ openssh.banner }}
{% if openssh.banner_string is defined %}
- contents: |
{{ openssh.banner_string }}
- contents: {{ openssh.banner_string | yaml }}
{% else %}
- source: {{ openssh.banner_src }}
- template: jinja