web for debconf16 static component
authorPeter Palfrader <peter@palfrader.org>
Tue, 23 Aug 2016 11:47:40 +0000 (13:47 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 23 Aug 2016 11:47:40 +0000 (13:47 +0200)
modules/roles/manifests/static_mirror.pp
modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb

index 178d59c..7eadb9f 100644 (file)
@@ -108,6 +108,7 @@ class roles::static_mirror {
        ssl::service { 'debconf5.debconf.org'          : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
        ssl::service { 'debconf6.debconf.org'          : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
        ssl::service { 'debconf7.debconf.org'          : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
+       ssl::service { 'debconf16.debconf.org'         : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
        ssl::service { '10years.debconf.org'           : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
        ssl::service { 'es.debconf.org'                : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
        ssl::service { 'fr.debconf.org'                : ensure => "ifstatic", notify  => Exec['service apache2 reload'], key => true, }
@@ -148,6 +149,7 @@ class roles::static_mirror {
                onion::service { 'debconf5.debconf.org'          : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
                onion::service { 'debconf6.debconf.org'          : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
                onion::service { 'debconf7.debconf.org'          : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
+               onion::service { 'debconf16.debconf.org'         : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
                onion::service { '10years.debconf.org'           : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
                onion::service { 'es.debconf.org'                : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
                onion::service { 'fr.debconf.org'                : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
index 184668b..7c99f65 100644 (file)
@@ -165,6 +165,7 @@ vhost(lines, "debconf4.debconf.org", :ssl => true)
 vhost(lines, "debconf5.debconf.org", :ssl => true)
 vhost(lines, "debconf6.debconf.org", :ssl => true)
 vhost(lines, "debconf7.debconf.org", :ssl => true)
+vhost(lines, "debconf16.debconf.org", :ssl => true)
 vhost(lines, "es.debconf.org"      , :ssl => true)
 vhost(lines, "fr.debconf.org"      , :ssl => true)
 vhost(lines, "miniconf10.debconf.org" , :ssl => true)