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:
e44b357
)
Use fqdn as the client name, at least for now
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 14:57:33 +0000
(16:57 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 14:57:33 +0000
(16:57 +0200)
modules/bacula/manifests/bacula.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/bacula.pp
b/modules/bacula/manifests/bacula.pp
index
9dde19d
..
d3b84bc
100644
(file)
--- a/
modules/bacula/manifests/bacula.pp
+++ b/
modules/bacula/manifests/bacula.pp
@@
-4,7
+4,7
@@
class bacula {
$bacula_director_name = "debian-dir"
$bacula_storage_name = "debian-sd"
- $bacula_client_name = "$
hostname
-fd"
+ $bacula_client_name = "$
fqdn
-fd"
$bacula_monitor_name = "debian-mon"
$bacula_filestor_name = "File"
$bacula_filestor_device = "FileStorage"