Hashar has uploaded a new change for review.

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


Change subject: contint: libs to build udp-filters
......................................................................

contint: libs to build udp-filters

The analytics `udp-filters` package needs headers for the libanon and
libcidr to be build.  Since we have them in our apt repository, keep
them up to date on gallium which will ensure the udp-filters will run
fine on production.

Change-Id: Ia53315c3f08cb73355a5603e16930773026afefa
---
M modules/contint/manifests/packages.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/62434/1

diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index 8ed9afa..d54dd23 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -84,6 +84,11 @@
     ensure => 'installed',
   }
 
+  # Used to build analytics udp-filters
+  package { ['libcidr0-dev', 'libanon0-dev']:
+    ensure => 'latest',
+  }
+
   # these packages are used by the tests for wikistats to parse the
   # generated reports to see if they are correct
   include misc::wikistats::packages

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

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

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

Reply via email to