0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-02-17 18:24:33 +01:00

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

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 }}