From e6a85fcf8e062dda759389a18b3eb46ea4a88631 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Wed, 8 Jan 2014 22:55:30 +0100 Subject: [PATCH] push the cert to bugs Signed-off-by: Martin Zobel-Helas --- hieradata/common.yaml | 3 +++ modules/roles/manifests/init.pp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 0d9ee5f3..d27ed15e 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -8,6 +8,9 @@ roles: - buxtehude.debian.org bugs_mirror: - beach.debian.org + bugs_base: + - buxtehude.debian.org + - beach.debian.org buildd_master: - wuiet.debian.org contributors: diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 1f610aee..8a5e19da 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -27,6 +27,9 @@ class roles { if has_role('bugs_mirror') { include roles::bugs_mirror + } + + if has_role('bugs_base') { ssl::service { 'bugs.debian.org': notify => Service['apache2'], } -- 2.39.2