From: Tollef Fog Heen Date: Sat, 16 Jun 2012 10:45:19 +0000 (+0200) Subject: Back up berlioz using bacula X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=7c4cf0f31d25ecf9e0b5b139a3413f97097f9e52 Back up berlioz using bacula --- diff --git a/manifests/site.pp b/manifests/site.pp index 07bc8eab..40d9d335 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -44,6 +44,10 @@ node default { include bacula::director } + if $::hostname in [berlioz] { + include bacula::client + } + if $::hostname == 'beethoven' { include bacula::storage }