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:
e812cb0
)
Add another host to be backed up
author
Tollef Fog Heen
<tfheen@err.no>
Sun, 24 Jun 2012 10:47:35 +0000
(12:47 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sun, 24 Jun 2012 10:47:35 +0000
(12:47 +0200)
modules/bacula/manifests/director.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/director.pp
b/modules/bacula/manifests/director.pp
index
b94a999
..
55133e6
100644
(file)
--- a/
modules/bacula/manifests/director.pp
+++ b/
modules/bacula/manifests/director.pp
@@
-52,7
+52,7
@@
class bacula::director inherits bacula {
}
}
# $allhosts = keys($site::allnodeinfo)
- $allhosts = [ "berlioz.debian.org" ]
+ $allhosts = [ "berlioz.debian.org"
, "biber.debian.org"
]
bacula_client { $allhosts: }
@ferm::rule { 'dsa-bacula-dir':