From: Tollef Fog Heen Date: Sun, 24 Jun 2012 10:57:35 +0000 (+0200) Subject: Actually install the bacula client on biber too X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=1ef5305a212a75308012f5a29a64223ea04ca5cd Actually install the bacula client on biber too --- diff --git a/manifests/site.pp b/manifests/site.pp index 931c6d0f..a382663e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -44,7 +44,7 @@ node default { include bacula::director } - if $::hostname in [berlioz] { + if $::hostname in [berlioz, biber] { include bacula::client }