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:
c0d812d
)
Set $client to make per-client config more readable
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 09:23:23 +0000
(11:23 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 09:23:23 +0000
(11:23 +0200)
modules/bacula/manifests/director.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/director.pp
b/modules/bacula/manifests/director.pp
index
e4ec300
..
40720b7
100644
(file)
--- a/
modules/bacula/manifests/director.pp
+++ b/
modules/bacula/manifests/director.pp
@@
-39,6
+39,7
@@
class bacula::director inherits bacula {
# These must be kept in sync with the settings in bacula.pp
$bacula_client_name = "${name}-fd"
$bacula_client_secret = hmac("/etc/puppet/secret", "bacula-fd-${name}")
+ $client = $name
file {
"/etc/bacula/conf.d/${name}.conf":