Andrew Bogott has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/336954 )

Change subject: WIP   Apt:  Remove an ensure->absent stanza
......................................................................

WIP   Apt:  Remove an ensure->absent stanza

Update this comment and merge after 2017-03-01 or so.

Change-Id: I357b2abb27d7334bc11db1ac5cde7ed753c8043d
---
M modules/apt/manifests/init.pp
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/336954/1

diff --git a/modules/apt/manifests/init.pp b/modules/apt/manifests/init.pp
index a39bf72..cb53d14 100644
--- a/modules/apt/manifests/init.pp
+++ b/modules/apt/manifests/init.pp
@@ -62,13 +62,6 @@
                 key      => 'Acquire::http::Proxy::security-cdn.debian.org',
                 value    => $http_proxy,
             }
-            # FIXME: remove this
-            apt::conf { 'mirantis-mitaka-proxy':
-                ensure   => absent,
-                priority => '80',
-                key      => 
'Acquire::http::Proxy::mitaka-jessie.pkgs.mirantis.com',
-                value    => $http_proxy,
-            }
         } elsif $::operatingsystem == 'Ubuntu' {
             apt::conf { 'security-ubuntu-proxy':
                 ensure   => present,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I357b2abb27d7334bc11db1ac5cde7ed753c8043d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

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

Reply via email to