From: Peter Palfrader Date: Tue, 22 Jul 2014 17:54:42 +0000 (+0200) Subject: ssl::service for bits and lintian X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=675ef6df382b841c258f2acc8571a68b669c2a7d;p=mirror%2Fdsa-puppet.git ssl::service for bits and lintian --- diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index 26ffa34bb..3a614a93e 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -66,6 +66,12 @@ class roles::static_mirror { ssl::service { 'www.debian.org': notify => Service['apache2'], } + ssl::service { 'bits.debian.org': + notify => Service['apache2'], + } + ssl::service { 'lintian.debian.org': + notify => Service['apache2'], + } ssl::service { 'rtc.debian.org': notify => Service['apache2'], }