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:
f8c1d28
)
Restart bacula-fd when the client cert changes
author
Peter Palfrader
<peter@palfrader.org>
Sun, 23 Mar 2014 08:45:50 +0000
(09:45 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 23 Mar 2014 08:45:50 +0000
(09:45 +0100)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
1f2500c
..
1ff49df
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-20,7
+20,7
@@
class bacula::client inherits bacula {
path => '/usr/bin:/usr/sbin:/bin:/sbin',
command => 'sh -c "setsid /usr/local/sbin/bacula-idle-restart fd &"',
refreshonly => true,
- subscribe =>
File[$bacula_ssl_server_cert
],
+ subscribe =>
[ File[$bacula_ssl_server_cert], File[$bacula_ssl_client_cert]
],
require => File['/usr/local/sbin/bacula-idle-restart'],
}