From b139a41f4f8d0f0165fc9f8c5d2e90b4bd8af07d Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 29 Jul 2012 17:54:32 +0100 Subject: [PATCH] add a dummy file so the service will start Signed-off-by: Stephen Gran --- modules/bacula/manifests/director.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index f8c547939..f1a76a46b 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -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<<| |>> } -- 2.20.1