Add wiki.debconf.org static vhost (RT#7595)
[mirror/dsa-puppet.git] / modules / roles / manifests / static_mirror.pp
index cb653d0..00fcc9a 100644 (file)
@@ -156,6 +156,7 @@ class roles::static_mirror {
        ssl::service { 'fr.debconf.org'                : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
        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, }
 
        if has_role('static_mirror_onion') {
                if ! $onion_v4_addr {