mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
17 lines
259 B
Plaintext
17 lines
259 B
Plaintext
|
include:
|
||
|
- core.ldns
|
||
|
- core.sctp
|
||
|
- ssl.openssl
|
||
|
- ssh.pkg
|
||
|
- ssh.config
|
||
|
|
||
|
sshd:
|
||
|
service.running:
|
||
|
- enable: True
|
||
|
- watch:
|
||
|
- pkg: openssh
|
||
|
- pkg: ldns
|
||
|
- pkg: lksctp-tools
|
||
|
- pkg: openssl
|
||
|
- file: /etc/ssh/sshd_config
|