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:
1c3bf23
)
switch package{} in bacula::client to ensure_packages
author
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 11:53:12 +0000
(13:53 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 11:53:12 +0000
(13:53 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
f3443e3
..
ebc3e5c
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-33,9
+33,12
@@
class bacula::client(
}
}
- package { ['bacula-fd', 'bacula-common']:
+ ensure_packages ( [
+ 'bacula-fd',
+ 'bacula-common',
+ ], {
ensure => $package_ensure
- }
+ }
)
service { 'bacula-fd':
ensure => $service_ensure,