Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/310704

Change subject: contint: don't use ensure 'latest' with php packages
......................................................................

contint: don't use ensure 'latest' with php packages

As part of the "audit uses of ensure => latest", do not use latest
but just "present" with PHP packages used by the contint module.

Bug: T115348
Change-Id: I150696956a7ba2b9877ca7ecbefa47f0f6759be7
---
M modules/contint/manifests/packages/php.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/310704/1

diff --git a/modules/contint/manifests/packages/php.pp 
b/modules/contint/manifests/packages/php.pp
index 305050a..0f69b64 100644
--- a/modules/contint/manifests/packages/php.pp
+++ b/modules/contint/manifests/packages/php.pp
@@ -44,7 +44,7 @@
             'php7.0-mbstring',
             'php7.0-xml',
             ]:
-            ensure  => latest,
+            ensure  => present,
             require => Apt::Repository['sury-php'],
         }
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I150696956a7ba2b9877ca7ecbefa47f0f6759be7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to