salt-common/sls/ssh/init.sls

15 lines
220 B
Plaintext
Raw Normal View History

include:
- lib.ldns
- lib.sctp
- ssh.pkg
- ssh.config
sshd:
service.running:
- enable: True
- watch:
- pkg: openssh
- pkg: ldns
- pkg: lksctp-tools
- file: /etc/ssh/sshd_config