deploy_sshd_config:
file.managed:
- name: /etc/ssh/sshd_config
- source: salt://debian/sshd_config
ssh:
service.running:
- watch:
- file: /etc/ssh/sshd_config
ntp:
pkg.installed: []
- require:
- pkg: ntp