Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391802 )

Change subject: profile: fix prometheus::redis_exporter invocation
......................................................................

profile: fix prometheus::redis_exporter invocation

Change-Id: I57682170eb6312e8149f2f9c25ba7e6973f4b8dd
---
M modules/profile/manifests/prometheus/redis_exporter.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/391802/1

diff --git a/modules/profile/manifests/prometheus/redis_exporter.pp 
b/modules/profile/manifests/prometheus/redis_exporter.pp
index 6a8ebc8..9eb3af7 100644
--- a/modules/profile/manifests/prometheus/redis_exporter.pp
+++ b/modules/profile/manifests/prometheus/redis_exporter.pp
@@ -8,7 +8,7 @@
 # [*password*]
 #   The password to be used to access redis.
 #
-# [*host*]
+# [*hostname*]
 #   The hostname for redis-exporter to listen on.
 #
 # [*port*]
@@ -20,11 +20,11 @@
 define profile::prometheus::redis_exporter (
     $password,
     $prometheus_nodes,
-    $host = $::fqdn,
+    $hostname = $::fqdn,
     $port = $title + 10000,
 ) {
     ::prometheus::redis_exporter { $title:
-        host     => $host,
+        hostname => $hostname,
         port     => $port,
         password => $password,
     }

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

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

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

Reply via email to