From 130cab899ef9bb79bd7177fcf1fbd6312ed44bed Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Fri, 17 Jan 2014 20:19:30 +0000 Subject: [PATCH] ensure that rtc.debian.org cert is deployed to static mirror hosts --- modules/roles/manifests/static_mirror.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index fca65b44..6c25051f 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -62,4 +62,7 @@ class roles::static_mirror { ssl::service { 'www.debian.org': notify => Service['apache2'], } + ssl::service { 'rtc.debian.org': + notify => Service['apache2'], + } } -- 2.39.2