commit | 724093b1b96ba84d60262a1321f6c50ef8992030 | [log] [tgz] |
---|---|---|
author | Michael Kutý <6du1ro.n@gmail.com> | Thu Apr 10 10:56:13 2014 +0200 |
committer | Michael Kutý <6du1ro.n@gmail.com> | Thu Apr 10 10:56:13 2014 +0200 |
tree | 8dae3ea4721360337ac3d0e130b92806fc14208a | |
parent | ceefc48951823d01de5586004fbefe39740be4eb [diff] |
fix install missing deps
diff --git a/server.sls b/server.sls index 743898d..ef9db06 100755 --- a/server.sls +++ b/server.sls
@@ -39,6 +39,14 @@ {% endif %} +install_statsd_deps: + cmd.run: + - name: npm install + - cwd: /srv/statsd/statsd/ + - 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