From badec7805c75eab76e251099b41523f70b9d0df4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 18 Aug 2012 19:22:33 +0200 Subject: [PATCH] we have an ipv4 address as bacula_director_address --- modules/bacula/manifests/director.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index 4ae22ca1..65ed6058 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -31,7 +31,7 @@ class bacula::director inherits bacula { } @ferm::rule { 'dsa-bacula-dir': - domain => '(ip ip6)', + domain => '(ip)', description => 'Allow bacula access from localhost', rule => "proto tcp mod state state (NEW) dport (bacula-dir) saddr (${bacula_director_address} localhost) ACCEPT", } -- 2.39.2