From c8f9b6a3e746465fd12c37fa851c5473413aa0e1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 4 Jan 2019 22:48:26 +0000 Subject: [PATCH] Correct IP address --- roles/grifon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grifon.rb b/roles/grifon.rb index 04c43ec17..85062bbe7 100644 --- a/roles/grifon.rb +++ b/roles/grifon.rb @@ -19,7 +19,7 @@ default_attributes( :inet6 => [ { :action => "ACCEPT", - :source => "net:[2a00:5884::7]", + :source => "net:[2a00:5884::8]", :dest => "fw", :proto => "tcp", :dest_ports => "munin", -- 2.43.2