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:
Matthew Treinish 2014-11-18 10:36:36 -05:00
parent 0045f80f2f
commit 8ad60aa906

View File

@ -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'],