diff --git a/manifests/init.pp b/manifests/init.pp index 23997b8..cdaf323 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,10 +21,5 @@ # @summary Class initialises the cd_fail2ban module. ############################################################################## class cd_fail2ban { - include cd_fail2ban::params - - resources { 'firewall': - purge => true - } }