Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / dgit_git.pp
1 class roles::dgit_git {
2   include apache2
3   include roles::dgit_sync_target
4
5   ssl::service { 'git.dgit.debian.org':
6     notify => Exec['service apache2 reload'],
7     key    => true,
8   }
9
10   apache2::site { '010-git.dgit.debian.org':
11     site   => 'git.dgit.debian.org',
12     source => 'puppet:///modules/roles/dgit/git.dgit.debian.org',
13   }
14 }