Ship ssl certs for i18n and l10n.d.o
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 76b8297..c36e2d2 100644 (file)
@@ -104,6 +104,13 @@ class roles {
                include roles::www_master
        }
 
+       if has_role('cgi.d.o') {
+               ssl::service { 'cgi.debian.org':
+                       notify => Service['apache2'],
+                       key => true,
+               }
+       }
+
        if has_role('keyring') {
                include roles::keyring
        }
@@ -288,6 +295,21 @@ class roles {
        if has_role('planet_search') {
                ssl::service { 'planet-search.debian.org':
                        notify => Service['apache2'],
+                       key => true,
+               }
+       }
+
+       if has_role('i18n.d.o') {
+               ssl::service { 'i18n.debian.org':
+                       notify => Service['apache2'],
+                       key => true,
+               }
+       }
+
+       if has_role('l10n.d.o') {
+               ssl::service { 'l10n.debian.org':
+                       notify => Service['apache2'],
+                       key => true,
                }
        }
 }