From: Peter Palfrader Date: Sun, 29 Jul 2012 09:50:03 +0000 (+0200) Subject: We do not need bconsole (pulled in by the bacula-client package) on every host X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3800134b7019fdc5d54cacb545ad71835471ce13;p=mirror%2Fdsa-puppet.git We do not need bconsole (pulled in by the bacula-client package) on every host --- diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 8fbfb0d3e..94610a2e8 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -1,6 +1,6 @@ class bacula::client inherits bacula { - package { ['bacula-client', 'bacula-fd']: + package { ['bacula-fd']: ensure => installed }