change watch_in to watch under service to avoid: ssh not part of the state issue in ubuntu 12.04
This commit is contained in:
parent
af3e86a73d
commit
e36819e1a3
|
@ -7,6 +7,6 @@ sshd_config:
|
|||
file.managed:
|
||||
- name: {{ openssh.sshd_config }}
|
||||
- source: {{ openssh.sshd_config_src }}
|
||||
- watch_in:
|
||||
- watch:
|
||||
- service: {{ openssh.service }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue