From 1214a165e25192598a3e53d5e3f6186c976406fb Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 16 Jun 2012 19:05:19 +0200 Subject: [PATCH] Make sure to get rid of any old client configs --- modules/bacula/manifests/director.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index aea69d36f..880d105d3 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -18,6 +18,7 @@ class bacula::director inherits bacula { ensure => directory, mode => 755, group => bacula, + purge => true notify => Exec["bacula-director restart"] ; "/etc/bacula/bacula-dir.conf": -- 2.20.1