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, }
+ ssl::service { 'www.debconf.org' : ensure => "ifstatic", notify => Exec['service apache2 reload'], key => true, }
if has_role('static_mirror_onion') {
if ! $onion_v4_addr {
RewriteRule ^/load.php$ /load-jquery.checkbox.js [L,QSD]
</Macro>
+<Macro vstatic-vhost-extra-www.debconf.org>
+ ServerAlias www-test.debconf.org
+
+ <Directory /srv/static.debian.org/mirrors/www.debconf.org/cur>
+ Options +Includes
+ </Directory>
+
+ AddOutputFilter INCLUDES .shtml
+</Macro>
+
<%=
def vhost(lines, sn, kwargs={})