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 -%}
{%- if sshd_config.get('ConfigBanner', False) -%}
{%- do processed_options.append('ConfigBanner') -%}
{{ sshd_config['ConfigBanner'] }}
{%- else -%}
# This file is managed by salt. Manual changes risk being overwritten.