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:
commit
178692f92e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user