From 587e308d0dce6ad68e628aaeaa9dc0f2e3ffad01 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 2 Aug 2013 08:08:22 +0200 Subject: [PATCH] Allow two more addresses while backuphost is at bytemark --- modules/bacula/manifests/storage.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/storage.pp b/modules/bacula/manifests/storage.pp index 91e30ac68..2ac7e7d06 100644 --- a/modules/bacula/manifests/storage.pp +++ b/modules/bacula/manifests/storage.pp @@ -40,7 +40,7 @@ class bacula::storage inherits bacula { @ferm::rule { 'dsa-bacula-sd-v4': domain => '(ip)', description => 'Allow bacula-sd access from director and clients', - rule => 'proto tcp mod state state (NEW) dport (bacula-sd) @subchain \'bacula-sd\' { saddr ($HOST_DEBIAN_V4) ACCEPT; }', + rule => 'proto tcp mod state state (NEW) dport (bacula-sd) @subchain \'bacula-sd\' { saddr ($HOST_DEBIAN_V4 5.153.231.125 5.153.231.126) ACCEPT; }', notarule => true, } -- 2.20.1