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:
41cd438
)
Make bacula backups of geo3, schumann, soler
author
Peter Palfrader
<peter@palfrader.org>
Sun, 16 Sep 2012 12:55:05 +0000
(14:55 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 16 Sep 2012 12:55:05 +0000
(14:55 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
29f9d5a
..
e56ca7d
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-114,7
+114,7
@@
node default {
include postgres
}
- if $::hostname in [
'beethoven', 'berlioz', 'biber', 'diabelli', 'dinis', 'draghi', 'widor', 'wolkenstein'
] {
+ if $::hostname in [
beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein
] {
@@bacula::node { $::fqdn: }
}