aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2021-02-09 12:28:39 +0100
committerGitHub <noreply@github.com>2021-02-09 12:28:39 +0100
commite22b12852d840869edb75ba1fbf767af75ba1b6d (patch)
tree08f58a8f8badbea9f429401e76c1e3180c472656 /manifests/init.pp
parentfb8ed26cdceb012c3395a8d897b98785b17f087f (diff)
parentc5c71bcb480d19387d761e760f3e6190c241f9eb (diff)
downloadpuppet-ferm-e22b12852d840869edb75ba1fbf767af75ba1b6d.tar.gz
puppet-ferm-e22b12852d840869edb75ba1fbf767af75ba1b6d.tar.bz2
Merge pull request #119 from voxpupuli/modulesync
modulesync 4.0.0
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0484995..9317fbf 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -29,7 +29,6 @@
#
# @param manage_service Disable/Enable the management of the ferm daemon
# @param manage_configfile Disable/Enable the management of the ferm default config
-# @param manage_initfile Disable/Enable the management of the ferm init script for RedHat-based OS
# @param configfile Path to the config file
# @param configdirectory Path to the directory where the module stores ferm configuration files
# @param forward_disable_conntrack Enable/Disable the generation of conntrack rules for the FORWARD chain
@@ -55,7 +54,6 @@ class ferm (
Stdlib::Absolutepath $configdirectory,
Boolean $manage_service = false,
Boolean $manage_configfile = false,
- Boolean $manage_initfile = false,
Boolean $forward_disable_conntrack = true,
Boolean $output_disable_conntrack = true,
Boolean $input_disable_conntrack = false,