1
0
Fork 0

grafana installations

This commit is contained in:
Ales Komarek 2014-02-25 09:40:21 +01:00
parent 9a5790509f
commit 16e4725fdd
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,10 @@ grafana_repository:
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: