paulbsd-salt/states/ssh/service.sls

6 lines
95 B
Plaintext

---
ssh-sshd-service:
service.running:
- name: sshd
- enable: true
- reload: true