reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / httpredir.pp
1 class roles::httpredir {
2         if $::apache2 {
3                 apache2::site { '010-httpredir.debian.org':
4                         site   => 'httpredir.debian.org',
5                         source => 'puppet:///modules/roles/httpredir/httpredir.debian.org.conf',
6                 }
7         }
8 }