nm.d.o no longer needs access to projectb on bmdb1
[mirror/dsa-puppet.git] / modules / roles / manifests / manpages_dyn.pp
index 5ced4b4..15ffea1 100644 (file)
@@ -1,12 +1,13 @@
 class roles::manpages_dyn {
-       include apache2::ssl
-       include apache2::proxy_http
-       include apache2::expires
+  include apache2
+  include apache2::ssl
+  include apache2::proxy_http
+  include apache2::expires
 
-       ssl::service { 'dyn.manpages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
+  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')
-       }
+  apache2::site { 'dyn.manpages.debian.org':
+    site    => 'dyn.manpages.debian.org',
+    content => template('roles/manpages/dyn.manpages.debian.org.erb')
+  }
 }