From: samuel.bufe Date: Tue, 9 Aug 2016 15:33:42 +0000 (+0200) Subject: fixed syntax error X-Git-Tag: v0.1.0~4339 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1ad34fff41c856f6194a2b86cdb09e4396ed7719;p=pixelpark%2Fhiera.git fixed syntax error --- diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index 79145a16..bc5741fe 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -14,7 +14,7 @@ elasticsearch::instance: elasticsearch::config: cluster.name: "elk-logstash" - node.name: %{fqdn} + node.name: "%{fqdn}" node.master: true node.data: true index.number_of_shards: 2