Advertisement
Guest User

ssh.sls

a guest
Apr 14th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. openssh-server:
  2. pkg.installed
  3.  
  4. /etc/ssh/sshd_config:
  5. file.managed:
  6. - source: salt://sshd_config
  7.  
  8. sshd:
  9. service.running:
  10. - watch:
  11. - file: /etc/ssh/sshd_config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement