Ema has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382129 )

Change subject: prometheus::node_gdnsd: ensure python-requests is installed
......................................................................

prometheus::node_gdnsd: ensure python-requests is installed

prometheus-gdnsd-stats uses python-requests. Make sure it's installed.

Bug: T147426
Change-Id: Ib43b0d4c36a2b0c99651243ba22b92fa81d7627e
---
M modules/prometheus/manifests/node_gdnsd.pp
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/29/382129/1

diff --git a/modules/prometheus/manifests/node_gdnsd.pp 
b/modules/prometheus/manifests/node_gdnsd.pp
index 0e801d9..5f9b8d8 100644
--- a/modules/prometheus/manifests/node_gdnsd.pp
+++ b/modules/prometheus/manifests/node_gdnsd.pp
@@ -15,7 +15,10 @@
     validate_re($outfile, '\.prom$')
     validate_ensure($ensure)
 
-    require_package('python-prometheus-client')
+    require_package( [
+        'python-prometheus-client',
+        'python-requests',
+    ] )
 
     file { '/usr/local/bin/prometheus-gdnsd-stats':
         ensure => file,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib43b0d4c36a2b0c99651243ba22b92fa81d7627e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ema <e...@wikimedia.org>

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

Reply via email to