Saltstack Official OpenSSH Formula
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- {% 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 %}
|