The nm user also wants lingering
[mirror/dsa-puppet.git] / modules / roles / manifests / manpages_dyn.pp
1 class roles::manpages_dyn {
2   include apache2
3   include apache2::ssl
4   include apache2::proxy_http
5   include apache2::expires
6
7   ssl::service { 'dyn.manpages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
8
9   apache2::site { 'dyn.manpages.debian.org':
10     site    => 'dyn.manpages.debian.org',
11     content => template('roles/manpages/dyn.manpages.debian.org.erb')
12   }
13 }