Fix syntax error
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 9fd39f9..fc13165 100644 (file)
@@ -64,6 +64,13 @@ class roles {
                }
        }
 
+       if has_role('manpages') {
+               ssl::service { 'manpages.debian.org':
+                       notify => Service['apache2'],
+                       key => true,
+               }
+       }
+
        # XXX: turn this into a real role
        if getfromhash($site::nodeinfo, 'apache2_security_mirror') {
                include roles::security_mirror
@@ -258,6 +265,8 @@ class roles {
        if has_role('gobby_debian_org') {
                ssl::service { 'gobby.debian.org':
                        notify => Service['apache2'],
+                       key => true,
+                       tlsaport => [443, 6523],
                }
        }