Rush has submitted this change and it was merged.

Change subject: Cleanup: remove old 'localssl' nginx site
......................................................................


Cleanup: remove old 'localssl' nginx site

Puppet should have run on all applicable servers now.

Change-Id: Ief1f6ac1ba6850c6784c750a2f2671506a03b99b
---
M modules/protoproxy/manifests/localssl.pp
1 file changed, 0 insertions(+), 7 deletions(-)

Approvals:
  Rush: Verified; Looks good to me, approved



diff --git a/modules/protoproxy/manifests/localssl.pp 
b/modules/protoproxy/manifests/localssl.pp
index 6dc8944..5e7635b 100644
--- a/modules/protoproxy/manifests/localssl.pp
+++ b/modules/protoproxy/manifests/localssl.pp
@@ -24,13 +24,6 @@
     $enabled        = true,
     $upstream_port  = '80'
 ) {
-    # TEMP migration
-    nginx::site { 'localssl':
-        content => template('protoproxy/localssl.erb'),
-        ensure  => absent,
-        enabled => false
-    }
-
     nginx::site { $name:
         content => template('protoproxy/localssl.erb'),
         enabled => $enabled

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ief1f6ac1ba6850c6784c750a2f2671506a03b99b
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to