We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76fe2c commit 7a4dcdfCopy full SHA for 7a4dcdf
manifests/server/firewall.pp
@@ -11,17 +11,17 @@
11
12
if ($open_http_port) {
13
firewall { "${http_port} accept - puppetdb":
14
- dport => $http_port,
15
- proto => 'tcp',
16
- jump => 'accept',
+ dport => $http_port,
+ proto => 'tcp',
+ jump => 'accept',
17
}
18
19
20
if ($open_ssl_port) {
21
firewall { "${ssl_port} accept - puppetdb":
22
- dport => $ssl_port,
23
24
+ dport => $ssl_port,
25
26
27
0 commit comments