make TCP_UDP_SERVICE not be stateful
[mirror/dsa-puppet.git] / modules / roles / manifests / static_mirror.pp
index 1aa20d7..c98464c 100644 (file)
@@ -31,8 +31,17 @@ class roles::static_mirror {
                default => '*:80',
        }
 
+       apache2::config { "local-static-vhost.conf":
+               content => template('roles/static-mirroring/static-vhost.conf.erb'),
+       }
+
        apache2::site { '010-planet.debian.org':
                site    => 'planet.debian.org',
                content => template('roles/static-mirroring/vhost/planet.debian.org.erb'),
        }
+
+       apache2::site { '010-static-vhosts-simple':
+               site => "static-vhosts-simple",
+               content => template('roles/static-mirroring/vhost/static-vhosts-simple.erb'),
+       }
 }