diff --git a/manifests/init.pp b/manifests/init.pp index 0ee0072..0e7c333 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,10 +22,5 @@ # @summary Initialze the cd_apache Puppet module. ############################################################################## class cd_apache { - include cd_apache::params - - resources { 'firewall': - purge => true - } }