commit | 16e4725fdda02c095132126bc7aca685d1e0f857 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Tue Feb 25 09:40:21 2014 +0100 |
committer | Ales Komarek <mail@newt.cz> | Tue Feb 25 09:40:21 2014 +0100 |
tree | 59f0616a167559d9780dfff95aedf76c1fb6f825 | |
parent | 9a5790509f41f0cd35e9872d8939ffc4ff24ad45 [diff] |
grafana installations
diff --git a/server.sls b/server.sls index 6817274..267ded3 100644 --- a/server.sls +++ b/server.sls
@@ -23,7 +23,10 @@ grafana_install: cmd.run: - - name: npm install + - names: + - npm install + - npm install -g grunt-cli + - grunt build - cwd: /srv/grafana/site - unless: test -e /srv/grafana/site/node_modules - require: