Have the tracker role declare its exim virtualdomain
[mirror/dsa-puppet.git] / modules / roles / manifests / manpages_dyn.pp
index 706a672..15ffea1 100644 (file)
@@ -1,8 +1,13 @@
 class roles::manpages_dyn {
-       ssl::service { 'dyn.manpages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
+  include apache2
+  include apache2::ssl
+  include apache2::proxy_http
+  include apache2::expires
 
-       apache2::site { 'dyn.manpages.debian.org':
-               site   => 'dyn.manpages.debian.org',
-               content => template('roles/manpages/dyn.manpages.debian.org.erb')
-       }
+  ssl::service { 'dyn.manpages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
+
+  apache2::site { 'dyn.manpages.debian.org':
+    site    => 'dyn.manpages.debian.org',
+    content => template('roles/manpages/dyn.manpages.debian.org.erb')
+  }
 }