From e36819e1a3ae05c0937043964f70209452d9f1ad Mon Sep 17 00:00:00 2001 From: randomfish Date: Wed, 8 Jan 2014 16:30:25 -0500 Subject: [PATCH] change watch_in to watch under service to avoid: ssh not part of the state issue in ubuntu 12.04 --- openssh/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/config.sls b/openssh/config.sls index cbf7376..1d1d6d2 100644 --- a/openssh/config.sls +++ b/openssh/config.sls @@ -7,6 +7,6 @@ sshd_config: file.managed: - name: {{ openssh.sshd_config }} - source: {{ openssh.sshd_config_src }} - - watch_in: + - watch: - service: {{ openssh.service }}