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:
randomfish 2014-01-08 16:30:25 -05:00
parent af3e86a73d
commit e36819e1a3
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ sshd_config:
file.managed:
- name: {{ openssh.sshd_config }}
- source: {{ openssh.sshd_config_src }}
- watch_in:
- watch:
- service: {{ openssh.service }}