X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/821c29b09ce6a0bd444f89c4cf80c207f2c8df26..ec8cf91536c685f3bb66d526d0f75ebaf662c6cc:/cookbooks/networking/recipes/default.rb diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 2f2812aa9..de493ecff 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -188,7 +188,7 @@ template "/etc/shorewall/rules" do owner "root" group "root" mode 0o644 - variables :rules => [] + variables :family => "inet" notifies :restart, "service[shorewall]" end @@ -301,7 +301,7 @@ unless node.interfaces(:family => :inet6).empty? owner "root" group "root" mode 0o644 - variables :rules => [] + variables :family => "inet6" notifies :restart, "service[shorewall6]" end