example42 / puppet-iptables

Iptables Puppet Module (for host based firewalling)
http://www.example42.com
Other
14 stars 41 forks source link

Added ssh_port parameter to override default one #48

Open fabienpomerol opened 10 years ago

fabienpomerol commented 10 years ago

Just added a ssh_port parameter when using non standard ssh port. Default one stay port 22.

Freeaqingme commented 10 years ago

The second parameter of params_lookup should be either undefined or 'global'. The default is set by setting the variable in the params class. Otherwise, I think it looks good ;)