Skip to content

Commit

Permalink
Merge pull request #335 from mouchymouchy/master
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Sep 15, 2023
2 parents e88c59d + 06f3d98 commit f22545a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Expand Up @@ -224,7 +224,7 @@ Data type: `String[1]`

When using 'repo' install_method, the repo_key_id of the repo_gpg_key_url key on Debian based systems.

Default value: `'0E22EB88E39E12277A7760AE9E439B102CF3C0C6'`
Default value: `'B53AE77BADB630A683046005963FA27710458545'`

##### <a name="-grafana--repo_release"></a>`repo_release`

Expand Down
2 changes: 1 addition & 1 deletion data/family/Debian.yaml
@@ -1,5 +1,5 @@
---
grafana::install_method: 'repo'
grafana::repo_url: 'https://apt.grafana.com'
grafana::repo_key_id: '0E22EB88E39E12277A7760AE9E439B102CF3C0C6'
grafana::repo_key_id: 'B53AE77BADB630A683046005963FA27710458545'
grafana::sysconfig_location: '/etc/default/grafana-server'
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -160,7 +160,7 @@
String $install_dir = '/usr/share/grafana',
Optional[String] $package_source = undef,
Enum['stable', 'beta', 'custom'] $repo_name = 'stable',
String[1] $repo_key_id = '0E22EB88E39E12277A7760AE9E439B102CF3C0C6',
String[1] $repo_key_id = 'B53AE77BADB630A683046005963FA27710458545',
Optional[String[1]] $repo_release = undef,
String $rpm_iteration = '1',
String $version = 'installed',
Expand Down

0 comments on commit f22545a

Please sign in to comment.