From: Peter Palfrader Date: Sun, 7 Feb 2016 10:07:55 +0000 (+0000) Subject: Add dedup.d.n cert X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=64a979675618934efcb7c6ed2038dfe2636f925b;p=mirror%2Fdsa-puppet.git Add dedup.d.n cert --- diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 3ab5c9e91..78bdaa1a1 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -188,3 +188,5 @@ roles: - tye.debian.org l10n.d.o: - tye.debian.org + dedup.d.n: + - delfin.debian.org diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index c36e2d27d..0ed5f4259 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -312,4 +312,11 @@ class roles { key => true, } } + + if has_role('dedup.d.n') { + ssl::service { 'dedup.debian.net': + notify => Service['apache2'], + key => true, + } + } }