From 5166ebf2190d53a273c1758e443aa99c64f26b9e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 28 Aug 2014 22:08:32 +0300 Subject: [PATCH] roles/munin: Fix nginx template Accidental syntax error came in when I removed the dns domain Signed-off-by: Alan Orth --- roles/munin/templates/munin.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/munin/templates/munin.conf.j2 b/roles/munin/templates/munin.conf.j2 index 8a3ac01..e47935b 100644 --- a/roles/munin/templates/munin.conf.j2 +++ b/roles/munin/templates/munin.conf.j2 @@ -95,7 +95,7 @@ includedir /etc/munin/munin-conf.d #contact.nagios.command /usr/bin/send_nsca nagios.host.comm -c /etc/nsca.conf # a simple host tree -[{{ inventory_hostname }} +[{{ inventory_hostname }}] address 127.0.0.1 use_node_name yes