add sso.debian.org
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index ddb299d..d0d7c8e 100644 (file)
@@ -110,6 +110,12 @@ class roles {
                }
        }
 
+       if $::hostname in [diabelli] {
+               ssl::service { 'sso.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
+
        if $::hostname in [ullmann] {
                ssl::service { 'udd.debian.org':
                        notify => Service['apache2'],