View difference between Paste ID: yv5LNB3i and NbFhaygh
SHOW: | | - or go back to the newest paste.
1
2
ssh:                 # ID declaration
3
  pkg:                  # state declaration
4
    - installed
5
  service:
6
    - running
7
    - watch:
8
      - file: /etc/ssh/sshd.config
9
    - require:
10
       - pkg: ssh