Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elfranne authored Jan 28, 2019
1 parent 313ffb6 commit cdcb5b6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@
class { '::apt': }
}
apt::source { 'grafana':
location => 'https://packages.grafana.com/oss/deb',
release => $grafana::repo_name,
repos => 'main',
key => {
location => 'https://packages.grafana.com/oss/deb',
release => $grafana::repo_name,
architecture => 'amd64,arm64,armhf'
repos => 'main',
key => {
'id' => '4E40DDF6D76E284A4A6780E48C8C34C524098CB6',
'source' => 'https://packages.grafana.com/gpg.key',
},
before => Package[$::grafana::package_name],
before => Package[$::grafana::package_name],
}
Class['apt::update'] -> Package[$::grafana::package_name]
}
Expand Down

0 comments on commit cdcb5b6

Please sign in to comment.