grafana: fix hostname typo

This typo meant the old version is being installed on grafana02

Change-Id: I6df4114357b81a9c462872b3453c2a36a7b8d48f
This commit is contained in:
Ian Wienand 2018-06-07 12:33:29 +10:00
parent 44e4f194c0
commit ad64719c20

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'