Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Debian repo signing key #335

Merged
merged 1 commit into from Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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