]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/openssh/recipes/default.rb
Centralise enablement of backports
[chef.git] / cookbooks / openssh / recipes / default.rb
index 06a88e8b5613a9d8a31b353c2ef37f0b3e158f2e..8b57aaaef75ef5e799b1ab08be8e6440cc811817 100644 (file)
@@ -84,8 +84,7 @@ end
 
 firewall_rule "accept-ssh" do
   action :accept
-  source "net"
-  dest "fw"
-  proto "tcp:syn"
+  context :incoming
+  protocol :tcp
   dest_ports node[:openssh][:port]
 end