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:
f7ba35a
)
add a trailing , for form
author
Peter Palfrader
<peter@palfrader.org>
Tue, 24 Sep 2019 06:07:02 +0000
(08:07 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 24 Sep 2019 06:15:57 +0000
(08:15 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
5a8f41f
..
023eb88
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-27,7
+27,7
@@
class bacula::client(
# allow access from director
Ferm::Rule::Simple <<| tag == 'bacula::director-to-fd' |>> {
- port => $bacula::bacula_client_port
+ port => $bacula::bacula_client_port
,
}
} elsif $ensure == 'absent' {
file { '/etc/bacula':