From: Martin Zobel-Helas Date: Mon, 30 Dec 2013 22:35:21 +0000 (+0100) Subject: add service lists.debian.org X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=02ea45a1e53c88bf2dacec248051319759888427;p=mirror%2Fdsa-puppet.git add service lists.debian.org Signed-off-by: Martin Zobel-Helas --- 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'],