ArielGlenn has submitted this change and it was merged.

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(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ia53315c3f08cb73355a5603e16930773026afefa
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to