summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 22:19:43 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 22:19:43 -0400
commit37bbb1ae6c92d5c25a343086821877784ba7e0c5 (patch)
tree01805cca1af7d85ca8d8915cf59d40a2d233e45c
parent9f1d1f52a37bca06310a42420635be16bdd1eb5a (diff)
downloadpuppet-tozt-37bbb1ae6c92d5c25a343086821877784ba7e0c5.tar.gz
puppet-tozt-37bbb1ae6c92d5c25a343086821877784ba7e0c5.zip
typo
-rw-r--r--modules/prometheus/templates/prometheus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/prometheus/templates/prometheus.yml b/modules/prometheus/templates/prometheus.yml
index c87b181..5ea8c2d 100644
--- a/modules/prometheus/templates/prometheus.yml
+++ b/modules/prometheus/templates/prometheus.yml
@@ -6,5 +6,5 @@ scrape_configs:
static_configs:
- targets:
<% @vpn_ips.each do |_, ip| -%>
- - "<%= @ip %>:9273"
+ - "<%= ip %>:9273"
<% end -%>