Merge "Install latest grafana"

This commit is contained in:
Zuul 2019-04-08 17:45:31 +00:00 committed by Gerrit Code Review
commit 0c3eff57e9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class openstack_project::grafana (
$grafana_cfg_merged = merge($grafana_cfg_defaults, $grafana_cfg)
$version = '5.1.3'
$version = 'latest'
class { '::grafana':
cfg => $grafana_cfg_merged,