Upgrade Grafana Puppet module to 2.5.0

Change-Id: I1ed34fabf263f98ed927494ef4d9383ac7d19756
This commit is contained in:
Swann Croiset 2016-06-07 17:03:04 +02:00
parent 2e6bef82ec
commit 2d610df068
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ fixtures:
ref: "4.7.0"
grafana:
repo: "git://github.com/bfraser/puppet-grafana"
ref: "v2.1.0"
ref: "v2.5.0"
inifile:
repo: "git://github.com/puppetlabs/puppetlabs-inifile"
ref: "1.4.1"

View File

@ -20,6 +20,6 @@
"description": "Puppet module for configuring the Grafana dashboard and InfluxDB",
"dependencies": [
{"name": "puppetlabs/stdlib", "version_requirement": "4.x"},
{"name": "bfraser/puppet-grafana", "version_requirement": ">= 2.1.0"}
{"name": "bfraser/puppet-grafana", "version_requirement": ">= 2.5.0"}
]
}

View File

@ -8,7 +8,7 @@ CONCAT_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-concat-1
STDLIB_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.7.0.tar.gz"
INIFILE_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-inifile-1.4.1.tar.gz"
LVM_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-lvm-0.5.0.tar.gz"
GRAFANA_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/bfraser-grafana-2.1.0.tar.gz"
GRAFANA_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/bfraser-grafana-2.5.0.tar.gz"
MYSQL_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-mysql-3.6.2.tar.gz"
FIREWALL_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-firewall-1.7.2.tar.gz"