diff --git a/doc/_index.html b/doc/_index.html
index 8ba9463..d89e6e3 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -73,6 +73,11 @@
+
+ puppet_cd::firewall::iptables
+
+
+
puppet_cd::main::config
diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html
index aac321c..78cd518 100644
--- a/doc/puppet_class_list.html
+++ b/doc/puppet_class_list.html
@@ -43,77 +43,84 @@
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html
index 2db8dcd..73b9054 100644
--- a/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html
+++ b/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html
@@ -166,9 +166,9 @@ class puppet_cd::firewall::iptables (
jump => 'accept',
}
if $pt_use_r10k_webhook == true {
- firewall { '34000 open port 4000':
+ firewall { "3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}":
proto => 'tcp',
- dport => '4000',
+ dport => $pt_r10k_webhook_port,
jump => 'accept',
}
}
diff --git a/doc/puppet_classes/puppet_cd_3A_3Aparams.html b/doc/puppet_classes/puppet_cd_3A_3Aparams.html
index d79ea88..eecc585 100644
--- a/doc/puppet_classes/puppet_cd_3A_3Aparams.html
+++ b/doc/puppet_classes/puppet_cd_3A_3Aparams.html
@@ -87,6 +87,8 @@
puppet_cd::puppetdb::service
+ puppet_cd::firewall::iptables
+