From: Peter Palfrader Date: Fri, 17 Aug 2012 10:44:35 +0000 (+0000) Subject: We want to backup the director itself too X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=d51af02fd82a924f3d491055cfe72291d8854b52 We want to backup the director itself too --- diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index 4ae22ca1..b48eedcb 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -1,4 +1,5 @@ class bacula::director inherits bacula { + bacula::node { $::fqdn: } package { ['bacula-director-pgsql', 'bacula-common', 'bacula-common-pgsql']: ensure => installed