Add missing logstash import

This commit adds a missing import to the subunit2sql worker manifest.

Change-Id: I23357d9404e4a4059d0b4943ccef3ec2bd7e1539
This commit is contained in:
Matthew Treinish 2014-11-17 20:24:05 -05:00
parent e22c8bb5b0
commit 109d7d03b1

View File

@ -21,6 +21,7 @@ define subunit2sql::worker (
) {
$suffix = "-${name}"
include logstash
if ! defined(File['/etc/logstash/subunit2sql.conf']) {
file { '/etc/logstash/subunit2sql.conf':
ensure => present,