#
-# Cookbook Name:: openssh
+# Cookbook:: openssh
# Recipe:: default
#
-# Copyright 2010, OpenStreetMap Foundation.
-# Copyright 2008-2009, Opscode, Inc.
+# Copyright:: 2010, OpenStreetMap Foundation.
+# Copyright:: 2008-2009, Opscode, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
source "net"
dest "fw"
proto "tcp:syn"
- dest_ports "ssh"
+ dest_ports node[:openssh][:port]
end