ssl::service { 'miniconf10.debconf.org' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
ssl::service { 'video.debconf.org' : ensure => "present", notify => Exec['service apache2 reload'], key => true, }
ssl::service { 'wiki.debconf.org' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
+ include apache2::proxy_http
ssl::service { 'www.debconf.org' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
if has_role('static_mirror_onion') {