0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-12-03 18:58:22 +01:00

Merge pull request #113 from brianholland99/master

Add ConfigBanner to processed_options when handled.
This commit is contained in:
alxwr 2017-08-18 05:03:30 +02:00 committed by GitHub
commit 178692f92e

View File

@ -74,6 +74,7 @@
{%- endmacro -%} {%- endmacro -%}
{%- if sshd_config.get('ConfigBanner', False) -%} {%- if sshd_config.get('ConfigBanner', False) -%}
{%- do processed_options.append('ConfigBanner') -%}
{{ sshd_config['ConfigBanner'] }} {{ sshd_config['ConfigBanner'] }}
{%- else -%} {%- else -%}
# This file is managed by salt. Manual changes risk being overwritten. # This file is managed by salt. Manual changes risk being overwritten.