X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fdirector.pp;h=f8c547939755b8d417034f4d4fed09512e4a35ec;hb=6662dcaaa84043c8ee2dfd89481fd503d4d8827e;hp=368a381942a11ab6449b3889a013800bcbec4c46;hpb=dab35faf2cb17694f624b831a3c1b36be976d197;p=dsa-puppet.git diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index 368a3819..f8c54793 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -22,8 +22,6 @@ class bacula::director inherits bacula { notify => Service['bacula-director'] } - Bacula::Node<<| |>> - file { '/etc/bacula/bacula-dir.conf': content => template('bacula/bacula-dir.conf.erb'), mode => '0440', @@ -37,4 +35,7 @@ class bacula::director inherits bacula { description => 'Allow bacula access from localhost', rule => "proto tcp mod state state (NEW) dport (bacula-dir) saddr (${bacula_director_address} localhost) ACCEPT", } + + Bacula::Node<<| |>> + }