0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-04-20 04:42:08 +02:00

added possibility to configure client version

This commit is contained in:
Lukas Resch 2018-09-03 15:48:41 +02:00
parent f93ea51ed4
commit 44b7342b10

View File

@ -3,3 +3,6 @@
openssh_client:
pkg.installed:
- name: {{ openssh.client }}
{% if openssh.client_version is defined %}
- version: {{ openssh.client_version }}
{% endif %}