From 675ef6df382b841c258f2acc8571a68b669c2a7d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 22 Jul 2014 19:54:42 +0200 Subject: [PATCH] ssl::service for bits and lintian --- modules/roles/manifests/static_mirror.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index 26ffa34b..3a614a93 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'], } -- 2.39.5