Put lw01,lw02,lw03,lw04,lw09,lw10 into a snapshot_base class and include that also...
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
index 200a6a0..fa1add1 100644 (file)
@@ -1,6 +1,9 @@
 class roles::contributors {
-       ssl::service { 'contributors.debian.org':
-               notify  => Exec['service apache2 reload'],
-               tlsaport => 0,
-       }
+  include apache2
+  include roles::sso_rp
+
+  ssl::service { 'contributors.debian.org':
+    notify => Exec['service apache2 reload'],
+    key    => true,
+  }
 }