We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f77dc90 + 6ecf211 commit 7281b0aCopy full SHA for 7281b0a
1 file changed
README.markdown
@@ -216,7 +216,7 @@ IPv6 rules can be specified using the _ip6tables_ provider:
216
217
~~~puppet
218
firewall { '006 Allow inbound SSH (v6)':
219
- port => 22,
+ dport => 22,
220
proto => tcp,
221
action => accept,
222
provider => 'ip6tables',
@@ -240,7 +240,7 @@ class profile::apache {
240
apache::vhost { 'mysite': ensure => present }
241
242
firewall { '100 allow http and https access':
243
- port => [80, 443],
+ dport => [80, 443],
244
245
246
}
0 commit comments