diff --git a/manifests/init.pp b/manifests/init.pp index a3d2fa4..d72732f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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':