Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Aug 10, 2023
1 parent 58f3d6e commit d0f02fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
) {
if $facts['os']['family'] =~ /(Debian|Ubuntu)/ {
apt::key { 'loki':
id => '0E22EB88E39E12277A7760AE9E439B102CF3C0C6',
source => 'https://apt.grafana.com/gpg-full.key',
server => 'keyserver.ubuntu.com',
key_options => '',
id => '0E22EB88E39E12277A7760AE9E439B102CF3C0C6',
source => 'https://apt.grafana.com/gpg-full.key',
server => 'keyserver.ubuntu.com',
options => '',
}

-> apt::source { 'loki':
Expand Down

0 comments on commit d0f02fb

Please sign in to comment.