Merge pull request #113 from brianholland99/master
Add ConfigBanner to processed_options when handled.
This commit is contained in:
commit
178692f92e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user