projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390394f
)
We do not need bconsole (pulled in by the bacula-client package) on every host
author
Peter Palfrader
<peter@palfrader.org>
Sun, 29 Jul 2012 09:50:03 +0000
(11:50 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 29 Jul 2012 09:50:11 +0000
(11:50 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
8fbfb0d
..
94610a2
100644
(file)
--- 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
}