OP#414 finish basic class structure

This commit is contained in:
12ww1160
2026-02-04 10:01:29 +01:00
parent 0ff56ddb0a
commit 1d407bacde
8 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
## confdroid_gitea::firewall::iptables.pp
# Module name: confdroid_gitea
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary manages the firewall rules for the confdroid_gitea Puppet module.
##############################################################################
class confdroid_gitea::firewall::iptables (
) inherits confdroid_gitea::params {
}