X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fstorage.pp;h=2ac7e7d06f9be28ee14210bd5896bb4a9e0b40c7;hb=dd58830d6f8557e2f442905a655ca78bfe69dfe4;hp=ed3bbfd92f9844c2298aae064a77b6993d1e4418;hpb=010327a6ed81f5aa701a3830ea6bda19777dd3a4;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/storage.pp b/modules/bacula/manifests/storage.pp index ed3bbfd92..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, } @@ -58,6 +58,14 @@ class bacula::storage inherits bacula { notify => Exec['bacula-sd restart-when-idle'] } + file { "${bacula_backup_path}/Catalog": + ensure => directory, + mode => '0755', + owner => bacula, + group => bacula, + ; + } + Bacula::Storage-per-Node<<| |>> }