]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/geodns/recipes/default.rb
nominatim: install secondary importance file
[chef.git] / cookbooks / geodns / recipes / default.rb
index b40a7643f9c7082e6d035861f97f70c248d7058b..a50b711411b461253de52123f894e3f3784bf230 100644 (file)
@@ -90,16 +90,14 @@ end
 
 firewall_rule "accept-dns-udp" do
   action :accept
-  source "net"
-  dest "fw"
-  proto "udp"
+  context :incoming
+  protocol :udp
   dest_ports "domain"
 end
 
 firewall_rule "accept-dns-tcp" do
   action :accept
-  source "net"
-  dest "fw"
-  proto "tcp"
+  context :incoming
+  protocol :tcp
   dest_ports "domain"
 end