From: Stephen Gran Date: Sun, 29 Jul 2012 16:54:32 +0000 (+0100) Subject: add a dummy file so the service will start X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=b139a41f4f8d0f0165fc9f8c5d2e90b4bd8af07d;p=mirror%2Fdsa-puppet.git add a dummy file so the service will start Signed-off-by: Stephen Gran --- 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<<| |>> }