From: samuel.bufe Date: Tue, 9 Aug 2016 14:19:15 +0000 (+0200) Subject: fixed formal errors X-Git-Tag: v0.1.0~4343 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=39f3c34911a1d814bb9a0da5ca4156161283d37a;p=pixelpark%2Fhiera.git fixed formal errors --- diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index 63f846eb..6ed7ccbc 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -9,7 +9,8 @@ redis::bind: 0.0.0.0 logstash::manage_repo: true logstash::java_install: true -site::profile::logstash::output: elasticsearch +site::profile::logstash::output: + - elasticsearch logstash::generic_resource: redis1: @@ -22,8 +23,8 @@ logstash::generic_resource: redis2: resource: redis - order: 10 # Input - parameters: - host: "93.188.104.53" - key: logstash - data_type: list + order: 10 # Input + parameters: + host: "93.188.104.53" + key: logstash + data_type: list