0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-28 07:48:17 +01:00
openssh-formula/openssh/client.sls

10 lines
270 B
Plaintext
Raw Permalink Normal View History

{% from "openssh/map.jinja" import mapdata with context %}
{%- set openssh = mapdata.openssh %}
openssh_client:
pkg.installed:
- name: {{ openssh.client }}
{% if openssh.client_version is defined %}
- version: {{ openssh.client_version }}
{% endif %}