commit | e4f9d40bf89d96529b494cab323bcd0d46554064 | [log] [tgz] |
---|---|---|
author | Michael Kutý <6du1ro.n@gmail.com> | Thu Apr 10 10:59:17 2014 +0200 |
committer | Michael Kutý <6du1ro.n@gmail.com> | Thu Apr 10 10:59:17 2014 +0200 |
tree | 50ead97034b338d75f4328dd44776660ebbe80fb | |
parent | 724093b1b96ba84d60262a1321f6c50ef8992030 [diff] |
fix service watch
diff --git a/server.sls b/server.sls index ef9db06..38d23b9 100755 --- a/server.sls +++ b/server.sls
@@ -36,6 +36,7 @@ - file: /etc/init.d/statsd - watch: - file: /etc/statsd/localConfig.js + - cmd: install_statsd_deps {% endif %} @@ -46,7 +47,7 @@ - unless: test -e /srv/statsd/statsd/node_modules - require: - git: https://github.com/etsy/statsd.git - + /etc/statsd/localConfig.js: file.managed: - source: salt://statsd/conf/localConfig.js