From 27af0606a8c41a9ded9217de1c8d3c6f52714e10 Mon Sep 17 00:00:00 2001 From: Haroon Rafique Date: Mon, 8 Aug 2022 09:41:51 -0400 Subject: [PATCH] fix syntax error with end token --- lib/puppet/util/firewall.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/puppet/util/firewall.rb b/lib/puppet/util/firewall.rb index 8761d18..0801b13 100644 --- a/lib/puppet/util/firewall.rb +++ b/lib/puppet/util/firewall.rb @@ -240,7 +240,6 @@ module Puppet::Util::Firewall when :IPv6 ['/bin/sh', '-c', '/usr/sbin/ip6tables-save > /etc/iptables/ip6tables.rules'] end - end when :Suse case proto.to_sym when :IPv4 -- 2.45.2