make bacula storage and director roles
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 91e30ac..b86f8da 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,
        }
 
@@ -66,6 +66,5 @@ class bacula::storage inherits bacula {
                ;
        }
 
-       Bacula::Storage-per-Node<<| |>>
-
+       Bacula::Storage_per_node<<| |>>
 }