Skip to content

Commit 7281b0a

Browse files
committed
Merge pull request #569 from grigarr/patch-1
Always use dport
2 parents f77dc90 + 6ecf211 commit 7281b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ IPv6 rules can be specified using the _ip6tables_ provider:
216216

217217
~~~puppet
218218
firewall { '006 Allow inbound SSH (v6)':
219-
port => 22,
219+
dport => 22,
220220
proto => tcp,
221221
action => accept,
222222
provider => 'ip6tables',
@@ -240,7 +240,7 @@ class profile::apache {
240240
apache::vhost { 'mysite': ensure => present }
241241
242242
firewall { '100 allow http and https access':
243-
port => [80, 443],
243+
dport => [80, 443],
244244
proto => tcp,
245245
action => accept,
246246
}

0 commit comments

Comments
 (0)