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:
parent
0924649158
commit
83e60fd840
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user