]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add a dummy file so the service will start
authorStephen Gran <steve@lobefin.net>
Sun, 29 Jul 2012 16:54:32 +0000 (17:54 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 29 Jul 2012 16:54:32 +0000 (17:54 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/bacula/manifests/director.pp

index f8c547939755b8d417034f4d4fed09512e4a35ec..f1a76a46b44f4f7fa539207f3b2c853652678a41 100644 (file)
@@ -36,6 +36,14 @@ class bacula::director inherits bacula {
                rule        => "proto tcp mod state state (NEW) dport (bacula-dir) saddr (${bacula_director_address} localhost) ACCEPT",
        }
 
+       file { '/etc/bacula/conf.d/empty':
+               content => '',
+               mode    => '0440',
+               group   => bacula,
+               require => Package['bacula-director-pgsql'],
+               notify  => Service['bacula-director']
+       }
+
        Bacula::Node<<| |>>
 
 }