Filippo Giunchedi has submitted this change and it was merged. (
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(-)
Approvals:
jenkins-bot: Verified
Filippo Giunchedi: Looks good to me, approved
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: merged
Gerrit-Change-Id: I57682170eb6312e8149f2f9c25ba7e6973f4b8dd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits