From 02ea45a1e53c88bf2dacec248051319759888427 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 30 Dec 2013 23:35:21 +0100 Subject: [PATCH] add service lists.debian.org Signed-off-by: Martin Zobel-Helas --- modules/roles/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index a15eecf1c..16736e579 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -98,6 +98,12 @@ class roles { } } + if $::hostname in [bendel] { + ssl::service { 'lists.debian.org': + notify => Service['apache2'], + } + } + if $::hostname in [pejacevic] { ssl::service { 'piuparts.debian.org': notify => Service['apache2'], -- 2.20.1