ArielGlenn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/402432 )

Change subject: apt: Do not use experimental on stretch
......................................................................


apt: Do not use experimental on stretch

Bug: T184239
Change-Id: I82c76be4999993e7483c5945014b454a4097fa6e
---
M modules/apt/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alex Monk: Looks good to me, but someone else must approve
  Muehlenhoff: Looks good to me, but someone else must approve
  ArielGlenn: Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, but someone else must approve



diff --git a/modules/apt/manifests/init.pp b/modules/apt/manifests/init.pp
index ba3badf..ed35d23 100644
--- a/modules/apt/manifests/init.pp
+++ b/modules/apt/manifests/init.pp
@@ -135,7 +135,7 @@
         default => absent,
     }
 
-    if $::operatingsystem == 'Debian' {
+    if os_version('debian <= jessie') {
         apt::repository { 'wikimedia-experimental':
             ensure     => $use_experimental_ensure,
             uri        => 'http://apt.wikimedia.org/wikimedia',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I82c76be4999993e7483c5945014b454a4097fa6e
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to