Fixed supporting multiline banner_string defined in the pillar.

This commit is contained in:
Tibold Kandrai
2017-08-10 15:45:05 +02:00
parent 0924649158
commit 83e60fd840
+1 -2
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