0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-02-17 16:14:24 +01:00
openssh-formula/openssh/config.sls

13 lines
235 B
Plaintext
Raw Normal View History

{% from "openssh/map.jinja" import openssh with context %}
include:
- openssh
sshd_config:
file.managed:
- name: {{ openssh.sshd_config }}
- source: {{ openssh.sshd_config_src }}
- watch_in:
- service: openssh