From 8203423f1e936599ed2101a6a44b0e6b8e77c310 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 3 Aug 2018 09:56:39 +0200 Subject: [PATCH] bacula-ferm: we do not need to explicitly allow connections from localhost --- modules/bacula/manifests/director.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index c5f6f288b..86c903d6d 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -42,12 +42,6 @@ class bacula::director inherits bacula { notify => Exec['bacula-director reload'] } - @ferm::rule { 'dsa-bacula-dir': - domain => '(ip)', - description => 'Allow bacula access from localhost', - rule => "proto tcp mod state state (NEW) dport (bacula-dir) saddr (${bacula_director_ip} localhost) ACCEPT", - } - file { '/etc/bacula/conf.d/empty.conf': content => '', mode => '0440', -- 2.20.1