From d0f02fbf833060e40932546dc8fd965f6bb3f95d Mon Sep 17 00:00:00 2001 From: Les Aker Date: Wed, 9 Aug 2023 22:57:06 -0400 Subject: [PATCH] fix param --- manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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':