add service lists.debian.org
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 30 Dec 2013 22:35:21 +0000 (23:35 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 30 Dec 2013 22:35:21 +0000 (23:35 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/roles/manifests/init.pp

index a15eecf..16736e5 100644 (file)
@@ -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'],