paulbsd-salt/states/ssh/config.sls

10 lines
215 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
ssh-sshd-config:
file.managed:
- name: /etc/ssh/sshd_config
- source: salt://ssh/sshd_config.j2
- template: jinja
- user: root
- mode: 0644
- watch_in:
- service: ssh-sshd-service