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.adam-barratt.org.uk/?a=commitdiff_plain;h=1ef5305a212a75308012f5a29a64223ea04ca5cd;p=mirror%2Fdsa-puppet.git Actually install the bacula client on biber too --- diff --git a/manifests/site.pp b/manifests/site.pp index 931c6d0f0..a382663e7 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 }