From 9780bc9b082145455c3b64cf305c0f20e5d52552 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 10 Apr 2019 20:39:17 +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 239cf16..7ab0dfe 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,10 +21,5 @@ # @summary Class initialises the cd_nagios Module. ############################################################################## class cd_nagios { - include cd_nagios::params - - resources { 'firewall': - purge => true - } }