]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/director.pp
try again with storeconfigs
[dsa-puppet.git] / modules / bacula / manifests / director.pp
index 368a381942a11ab6449b3889a013800bcbec4c46..f8c547939755b8d417034f4d4fed09512e4a35ec 100644 (file)
@@ -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<<| |>>
+
 }