From: Martin Zobel-Helas Date: Wed, 1 Jan 2014 19:51:18 +0000 (+0100) Subject: add nagios.debian.org X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=15febe66e4a016e8d5823047811b47abf8789378;p=mirror%2Fdsa-puppet.git add nagios.debian.org Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 8500597b4..1a282d871 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -130,6 +130,12 @@ class roles { } } + if $::hostname in [tchaikovsky] { + ssl::service { 'nagios.debian.org': + notify => Service['apache2'], + } + } + if $::hostname in [ullmann] { ssl::service { 'udd.debian.org': notify => Service['apache2'],