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:
be16b20
)
make backups of pejacevic
author
Peter Palfrader
<peter@palfrader.org>
Tue, 14 May 2013 10:00:29 +0000
(12:00 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 14 May 2013 10:00:29 +0000
(12:00 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
af4ea46
..
c75a376
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-1,7
+1,7
@@
class bacula::client inherits bacula {
@@bacula::storage-per-node { $::fqdn: }
- if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, picconi, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] {
+ if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, picconi,
pejacevic,
reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] {
@@bacula::node { $::fqdn: }
}