From 109d7d03b1a6de982b986caf66604dddc3f3d96d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 17 Nov 2014 20:24:05 -0500 Subject: [PATCH] Add missing logstash import This commit adds a missing import to the subunit2sql worker manifest. Change-Id: I23357d9404e4a4059d0b4943ccef3ec2bd7e1539 --- modules/subunit2sql/manifests/worker.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/subunit2sql/manifests/worker.pp b/modules/subunit2sql/manifests/worker.pp index a18e8811fd..a5a479e776 100644 --- a/modules/subunit2sql/manifests/worker.pp +++ b/modules/subunit2sql/manifests/worker.pp @@ -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,