Skip to content

Commit

Permalink
Merge pull request #132 from elainemccloskey/update-grafana
Browse files Browse the repository at this point in the history
Update default version of grafana installed
  • Loading branch information
MartyEwings authored Feb 7, 2023
2 parents a72cf82 + d621962 commit 794f1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/profile/dashboards.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# @param grafana_password
# Grafana admin password in Sensitive format. Defaults to 'admin'
# @param grafana_version
# Version of the Grafana package to install. Defaults to '8.2.2'
# Version of the Grafana package to install. Defaults to '8.5.15'
# @param grafana_datasource
# Name to use for the Grafana datasource. Defaults to 'influxdb_puppet'
# @param grafana_install
Expand Down Expand Up @@ -53,7 +53,7 @@
Integer $grafana_timeout = 10,
#TODO: document using task to change
Sensitive[String] $grafana_password = Sensitive('admin'),
String $grafana_version = '8.2.7',
String $grafana_version = '8.5.15',
String $grafana_datasource = 'influxdb_puppet',
String $grafana_install = $facts['os']['family'] ? {
/(RedHat|Debian)/ => 'repo',
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/dashboards_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
context 'when using default parameters' do
it {
is_expected.to contain_class('grafana').with(
version: '8.2.7',
version: '8.5.15',
manage_package_repo: true,
)

Expand Down

0 comments on commit 794f1b4

Please sign in to comment.