Merge "grafana: fix hostname typo"

This commit is contained in:
Zuul 2018-06-07 03:09:37 +00:00 committed by Gerrit Code Review
commit a8a319b4b3
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)
if ( $::hostname == "graphite02" ) {
if ( $::hostname == "grafana02" ) {
$version = '5.1.3'
} else {
$version = '2.6.0'