X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=environments%2Fproduction%2Fmanifests%2Fsite.pp;h=4e227820a05d27c138164ab5d4c6d3363f303c17;hb=95266f6237df2334741f3ce60050618259452ed4;hp=34e30d095baaffd6c2baee49c3bc0183f8567285;hpb=f341fae5472513454a68fe882b8800857192261d;p=infra.git 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':