Add apache vhost
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_web.pp
index fefe24b..e70c889 100644 (file)
@@ -6,4 +6,9 @@ class roles::snapshot_web {
                ], {
                ensure => 'installed',
        })
+
+       apache2::site { '020-snapshot.debian.org':
+               site   => 'snapshot.debian.org',
+               content => template('roles/snapshot/snapshot.debian.org.conf.erb')
+       }
 }