diff options
-rw-r--r-- | ansible/roles/munin/templates/munin-node.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/munin/templates/munin-node.conf.j2 b/ansible/roles/munin/templates/munin-node.conf.j2 index 7f4bd42..4e89883 100644 --- a/ansible/roles/munin/templates/munin-node.conf.j2 +++ b/ansible/roles/munin/templates/munin-node.conf.j2 @@ -54,8 +54,8 @@ allow ^::1$ # cidr_deny 192.0.2.42/32 # Which address to bind to; -host * -# host 127.0.0.1 +# host * +host 127.0.0.1 # And which port port 4949 |