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:
3270c11
)
Allow hiera to override 9102 default for bacula client (fd) port
author
Peter Palfrader
<peter@palfrader.org>
Sat, 26 Nov 2016 11:30:26 +0000
(11:30 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 26 Nov 2016 11:30:26 +0000
(11:30 +0000)
modules/bacula/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/init.pp
b/modules/bacula/manifests/init.pp
index
b9d005b
..
ffeb423
100644
(file)
--- a/
modules/bacula/manifests/init.pp
+++ b/
modules/bacula/manifests/init.pp
@@
-16,7
+16,7
@@
class bacula {
$bacula_director_port = 9101
$bacula_storage_address = 'storace.debian.org'
$bacula_storage_port = 9103
- $bacula_client_port =
9102
+ $bacula_client_port =
hiera('bacula_fd_port', 9102)
$bacula_db_address = 'danzi.debian.org'
$bacula_db_port = 5433