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:
555de34
)
Try with sh -c instead of () to make puppet DTRT
author
Tollef Fog Heen
<tfheen@err.no>
Mon, 22 Apr 2013 21:09:54 +0000
(23:09 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Mon, 22 Apr 2013 21:10:00 +0000
(23:10 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
40a1eb3
..
af4ea46
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-18,7
+18,7
@@
class bacula::client inherits bacula {
exec { 'bacula-fd restart-when-idle':
path => '/usr/bin:/usr/sbin:/bin:/sbin',
- command => '
(setsid /usr/local/sbin/bacula-idle-restart fd &)
',
+ command => '
sh -c "setsid /usr/local/sbin/bacula-idle-restart fd &"
',
refreshonly => true,
subscribe => File['/etc/ssl/debian/certs/thishost.crt'],
require => File['/usr/local/sbin/bacula-idle-restart'],