Fix subunit-gearman-worker.py path
This commit fixes the path for the gearman-worker script so it can actually find the file. The script is located in the subunit2sql module and not the log_processor module. Change-Id: Ie3228d33ed3c8bdf50b6b2bdc46770fb38742b69
This commit is contained in:
parent
0045f80f2f
commit
8ad60aa906
@ -88,7 +88,7 @@ class subunit2sql (
|
|||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
source => 'puppet:///modules/log_processor/subunit-gearman-worker.py',
|
source => 'puppet:///modules/subunit2sql/subunit-gearman-worker.py',
|
||||||
require => [
|
require => [
|
||||||
Package['python-daemon'],
|
Package['python-daemon'],
|
||||||
Package['python-zmq'],
|
Package['python-zmq'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user