summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-01-01 19:59:25 -0500
committerJesse Luehrs <doy@tozt.net>2019-01-01 19:59:25 -0500
commit69883bce7e0467fc2bf9b340933123566824d3bb (patch)
treef059b6051718ecf113b762ce9310109e64f9427c /modules
parent83e422435fadb68ec5648df7fda01e5517d4a34e (diff)
downloadpuppet-tozt-69883bce7e0467fc2bf9b340933123566824d3bb.tar.gz
puppet-tozt-69883bce7e0467fc2bf9b340933123566824d3bb.zip
fix munin-node listening specification
Diffstat (limited to 'modules')
-rw-r--r--modules/munin/files/munin-node.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/munin/files/munin-node.conf b/modules/munin/files/munin-node.conf
index a837d97..c3a467a 100644
--- a/modules/munin/files/munin-node.conf
+++ b/modules/munin/files/munin-node.conf
@@ -16,8 +16,7 @@ ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$
ignore_file \.pod$
-allow ^127\.0\.0\.1$
-allow ^10\.19\.49\.1$
+allow ^10\.19\.49\.\d+$
-host 10.19.49.6
+host <%= @vpn_ips[@hostname] %>
port 4949