From: Peter Palfrader Date: Sun, 16 Apr 2017 12:23:26 +0000 (+0200) Subject: and put archive.d.n ssl cert onto the host X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=551a64580fde72a40d00e7b039aa20cecd03a1f2;hp=63c37fed460bfbd6690459f36c123b6d4d8adc1a;p=mirror%2Fdsa-puppet.git and put archive.d.n ssl cert onto the host --- diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index e86899c17..77a01ee07 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -193,6 +193,7 @@ class roles::static_mirror { onion::service { 'planet.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr } } + ssl::service { 'archive.debian.net': ensure => present, notify => Exec['service apache2 reload'], key => true, } file { '/srv/static.debian.org/puppet': ensure => directory, mode => '02755'