From 9f6cd842e9992d203f5806c364dff4af411667b5 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 10 Apr 2019 20:41:43 +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 c8d9f03..3d662cc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,10 +21,5 @@ # @summary Class initializes the cd_haproxy module. ############################################################################## class cd_haproxy { - include cd_haproxy::params - - resources { 'firewall': - purge => true - } }