3
0

add iptables

This commit is contained in:
Arne Teuke
2025-02-26 01:31:48 +01:00
parent bb2cf67e57
commit da07a7ae91
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
## puppet_cd::firewwall::iptables.pp
# Module name: puppet_cd
# Author: Arne Teuke (arne_teuke@confdroid)
# @summary Class manages firewall settings for the puppet_cd module.
###############################################################################
class puppet_cd::firewall::iptables (
) inherits puppet_cd::params {
if $fqdn == $pt_puppetmaster {
}
}

View File

@@ -9,6 +9,8 @@ class puppet_cd::server::service (
if $fqdn == $pt_puppetmaster {
include puppet_cd::firewall::iptables
# manage puppet server service
service { $pt_service: