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:
8380600
)
Back up berlioz using bacula
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 10:45:19 +0000
(12:45 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 10:45:36 +0000
(12:45 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
07bc8ea
..
40d9d33
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-44,6
+44,10
@@
node default {
include bacula::director
}
+ if $::hostname in [berlioz] {
+ include bacula::client
+ }
+
if $::hostname == 'beethoven' {
include bacula::storage
}