Dzahn has submitted this change and it was merged.

Change subject: statistics: don't let Apache listen on 443 anymore
......................................................................


statistics: don't let Apache listen on 443 anymore

There are no enabled VirtualHosts on stat1001 anymore that have an SSL config / 
443 port.

Therefore Apache also doesn't need to listen on it anymore, as came up when we 
were
adding firewalling in Ia803fd1d7e30d14.

This custom ports.conf was only needed in the first place to add a 
"NameVirtualHost *:443" as opposed
to the standard file that comes from the distro package.

Change-Id: Ib942e07872d069eb9f4900a8f0c331983b527abd
---
M modules/statistics/manifests/sites/stats.pp
1 file changed, 0 insertions(+), 8 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/statistics/manifests/sites/stats.pp 
b/modules/statistics/manifests/sites/stats.pp
index 431fb5a..647b9cc 100644
--- a/modules/statistics/manifests/sites/stats.pp
+++ b/modules/statistics/manifests/sites/stats.pp
@@ -37,12 +37,4 @@
     apache::site { 'stats.wikimedia.org':
         content => template('statistics/stats.wikimedia.org.erb'),
     }
-
-    file { '/etc/apache2/ports.conf':
-        ensure => 'present',
-        mode   => '0644',
-        owner  => 'root',
-        group  => 'root',
-        source => 'puppet:///files/apache/ports.conf.ssl',
-    }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/224642
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib942e07872d069eb9f4900a8f0c331983b527abd
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to