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.adam-barratt.org.uk/?a=commitdiff_plain;h=7c4cf0f31d25ecf9e0b5b139a3413f97097f9e52;p=mirror%2Fdsa-puppet.git Back up berlioz using bacula --- diff --git a/manifests/site.pp b/manifests/site.pp index 07bc8eab7..40d9d3353 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 }