From: Peter Palfrader Date: Fri, 2 Aug 2013 06:08:22 +0000 (+0200) Subject: Allow two more addresses while backuphost is at bytemark X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=587e308d0dce6ad68e628aaeaa9dc0f2e3ffad01;p=mirror%2Fdsa-puppet.git Allow two more addresses while backuphost is at bytemark --- 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, }