]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Allow two more addresses while backuphost is at bytemark
authorPeter Palfrader <peter@palfrader.org>
Fri, 2 Aug 2013 06:08:22 +0000 (08:08 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 2 Aug 2013 06:08:22 +0000 (08:08 +0200)
modules/bacula/manifests/storage.pp

index 91e30ac68580c0d7bb62ead6a821ace043ae3bbb..2ac7e7d06f9be28ee14210bd5896bb4a9e0b40c7 100644 (file)
@@ -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,
        }