Ship ssl certs for i18n and l10n.d.o
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index c436bac..c36e2d2 100644 (file)
@@ -298,4 +298,18 @@ class roles {
                        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,
+               }
+       }
 }