]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/openssh/recipes/default.rb
planet: Remove download speed limit
[chef.git] / cookbooks / openssh / recipes / default.rb
index 6a299d22695dc7d9d2804e4fab876984a2e95a48..8b57aaaef75ef5e799b1ab08be8e6440cc811817 100644 (file)
@@ -84,8 +84,7 @@ end
 
 firewall_rule "accept-ssh" do
   action :accept
-  source "net"
-  dest "fw"
-  proto "tcp"
+  context :incoming
+  protocol :tcp
   dest_ports node[:openssh][:port]
 end