From 51278b0a5721e2a816182009b1bbce15d17436fd Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Sat, 4 May 2019 07:37:31 +0000 Subject: [PATCH] APT: correct repo key path --- modules/rhizo_base/manifests/apt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index a977a79..0b6f32a 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -71,7 +71,7 @@ file { '/etc/apt/sources.list.d/icinga.list': location => 'http://packages.irontec.com/ubuntu', release => 'precise', repos => 'main', - key_source => 'https://packages.irontec.com/public.key' + key_source => 'http://packages.irontec.com/public.key' } }