include nagios::server
}
- if has_role('manpages-dyn') {
- include roles::manpages_dyn
- }
-
# archive.debian.org
if has_role('historical_mirror') {
include roles::historical_mirror
class roles::manpages_dyn {
- include apache2::ssl
- include apache2::proxy_http
- include apache2::expires
+ include apache2
+ include apache2::ssl
+ include apache2::proxy_http
+ include apache2::expires
- ssl::service { 'dyn.manpages.debian.org': notify => Exec['service apache2 reload'], key => true, }
+ ssl::service { 'dyn.manpages.debian.org': notify => Exec['service apache2 reload'], key => true, }
- apache2::site { 'dyn.manpages.debian.org':
- site => 'dyn.manpages.debian.org',
- content => template('roles/manpages/dyn.manpages.debian.org.erb')
- }
+ apache2::site { 'dyn.manpages.debian.org':
+ site => 'dyn.manpages.debian.org',
+ content => template('roles/manpages/dyn.manpages.debian.org.erb')
+ }
}