mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-09-21 12:51:40 +02:00
Allow to config banner in pillar
This commit is contained in:
@@ -177,6 +177,10 @@ ssh_config:
|
||||
|
||||
|
||||
openssh:
|
||||
# Instead of adding a custom banner file you can set it in pillar
|
||||
banner_string: |
|
||||
Welcome to {{ grains['id'] }}!
|
||||
|
||||
# Controls if SSHD should be enabled/started
|
||||
sshd_enable: true
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user