We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b79864c + 9ef0caa commit de82d15Copy full SHA for de82d15
1 file changed
manifests/server/firewall.pp
@@ -9,15 +9,15 @@
9
10
if ($open_http_port) {
11
firewall { "${http_port} accept - puppetdb":
12
- port => $http_port,
+ dport => $http_port,
13
proto => 'tcp',
14
action => 'accept',
15
}
16
17
18
if ($open_ssl_port) {
19
firewall { "${ssl_port} accept - puppetdb":
20
- port => $ssl_port,
+ dport => $ssl_port,
21
22
23
0 commit comments