From d380307c61bc1093ac8f3a8c45cf8a8ccb4eb335 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Tue, 4 Dec 2018 23:56:25 +0100 Subject: [PATCH] chg: deb signing key moved Change-Id: I63b3be93c2f629acc473b63bf94d577103049f9a --- environments/production/manifests/gigi.pp | 2 +- environments/production/manifests/nginx.pp | 2 +- environments/production/manifests/quiz.pp | 2 +- environments/production/manifests/site.pp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/production/manifests/gigi.pp b/environments/production/manifests/gigi.pp index 44ac47d..a1431aa 100644 --- a/environments/production/manifests/gigi.pp +++ b/environments/production/manifests/gigi.pp @@ -20,7 +20,7 @@ node gigi { } apt_key{ 'E643C483A426BB5311D26520A631B6AF9FD3DF94': - source => 'http://deb.dogcraft.de/signer.gpg', + source => 'http://deb2.dogcraft.de/signer.gpg', ensure => 'present' } -> file { '/etc/apt/sources.list.d/dogcraft.list': diff --git a/environments/production/manifests/nginx.pp b/environments/production/manifests/nginx.pp index 3f896c2..baea15d 100644 --- a/environments/production/manifests/nginx.pp +++ b/environments/production/manifests/nginx.pp @@ -31,7 +31,7 @@ node front-nginx { include container::contained; include container::no_ssh; apt_key{ 'E643C483A426BB5311D26520A631B6AF9FD3DF94': - source => 'http://deb.dogcraft.de/signer.gpg', + source => 'http://deb2.dogcraft.de/signer.gpg', ensure => 'present' } -> file { '/etc/apt/sources.list.d/dogcraft.list': diff --git a/environments/production/manifests/quiz.pp b/environments/production/manifests/quiz.pp index 23c6fdf..240d998 100644 --- a/environments/production/manifests/quiz.pp +++ b/environments/production/manifests/quiz.pp @@ -1,6 +1,6 @@ define teracara_quiz (){ apt_key{ 'E643C483A426BB5311D26520A631B6AF9FD3DF94': - source => 'http://deb.dogcraft.de/signer.gpg', + source => 'http://deb2.dogcraft.de/signer.gpg', ensure => 'present' } -> file { '/etc/apt/sources.list.d/dogcraft.list': diff --git a/environments/production/manifests/site.pp b/environments/production/manifests/site.pp index 34e30d0..4e22782 100644 --- a/environments/production/manifests/site.pp +++ b/environments/production/manifests/site.pp @@ -13,7 +13,7 @@ if $signerLocation == 'self' { include container::ssh } apt_key{ 'E643C483A426BB5311D26520A631B6AF9FD3DF94': - source => 'http://deb.dogcraft.de/signer.gpg', + source => 'http://deb2.dogcraft.de/signer.gpg', ensure => 'present' } -> file { '/etc/apt/sources.list.d/dogcraft.list': -- 2.39.2