mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
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
|