mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-07-16 14:26:15 +02:00
Support package versions (#134)
added possibility to configure server version and client version with pillar example
This commit is contained in:
@@ -202,6 +202,10 @@ openssh:
|
||||
banner_string: |
|
||||
Welcome to {{ grains['id'] }}!
|
||||
|
||||
# Set installed package version
|
||||
server_version: latest
|
||||
client_version: latest
|
||||
|
||||
# Controls if SSHD should be enabled/started
|
||||
sshd_enable: true
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user