From b7d84c1fd9226c5c728e89b731c6f7842e78ac95 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 10 Apr 2019 20:38:51 +0200 Subject: [PATCH] removes firewall control --- manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 1aeb794..56a5cf8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,10 +22,5 @@ # @summary Class initializes the cd_nrpe Module. ############################################################################## class cd_nrpe { - include cd_nrpe::params - - resources { 'firewall': - purge => true - } }