Further restrict access to cgi-bin on http://popcon.d.o
[mirror/dsa-puppet.git] / modules / salsa / manifests / web.pp
index ea254f0..b061f86 100644 (file)
@@ -14,5 +14,10 @@ class salsa::web inherits salsa {
                site    => 'salsa.debian.org',
                content => template('salsa/apache-salsa.debian.org.conf.erb'),
        }
+       apache2::site { '010-pages.debian.net':
+               site    => 'pages.debian.net',
+               content => template('salsa/apache-pages.debian.net.conf.erb'),
+       }
+
 
 }