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:
5bdc9b7
)
Set bacula_client_port during the transition
author
Peter Palfrader
<peter@palfrader.org>
Tue, 24 Sep 2019 07:57:09 +0000
(09:57 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 24 Sep 2019 07:57:09 +0000
(09:57 +0200)
modules/bacula/manifests/node.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/node.pp
b/modules/bacula/manifests/node.pp
index
05f96fc
..
dfa486f
100644
(file)
--- a/
modules/bacula/manifests/node.pp
+++ b/
modules/bacula/manifests/node.pp
@@
-5,7
+5,7
@@
# @param port_fd port that this node's bacula-fd is listening on
define bacula::node (
Integer $port_fd = 9102,
- Integer $bacula_client_port =
$bacula::bacula_client_port
+ Integer $bacula_client_port =
9102,
) {
include bacula