]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fix lint for elk
authorRobert Waffen <robert.waffen@pixelpark.com>
Fri, 14 Sep 2018 15:06:07 +0000 (17:06 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 18 Sep 2018 13:48:57 +0000 (15:48 +0200)
customer/elk/common.yaml

index 0151fbc13beeeaf6d32f6a87852063a5e5679dbc..8f56793437b3da92484d64112aae66ac2a03cbc0 100644 (file)
@@ -1,10 +1,10 @@
 ---
 infra::role: base
-#infra::additional_classes:
-#  - redis
-#  - elasticsearch
-#  - infra::profile::logstash
-#  - kibana4
+# infra::additional_classes:
+#   - redis
+#   - elasticsearch
+#   - infra::profile::logstash
+#   - kibana4
 
 redis::bind: 0.0.0.0
 redis::manage_repo: true
@@ -50,7 +50,7 @@ elasticsearch::config:
   http.enabled: "true"
   http.host: 0.0.0.0
   transport.host: 0.0.0.0
-  discovery.zen.ping.unicast.hosts: ["93.188.104.53","93.188.104.52"]
+  discovery.zen.ping.unicast.hosts: ["93.188.104.53", "93.188.104.52"]
   searchguard.ssl.transport.keystore_filepath: node-keystore.jks
   searchguard.ssl.transport.keystore_password: changeit
   searchguard.ssl.transport.truststore_filepath: truststore.jks
@@ -74,7 +74,7 @@ infra::profile::logstash::output: []
 logstash::generic_resource:
   redis1:
     resource: redis
-    order: 10 # Input
+    order: 10  # Input
     parameters:
       host: "93.188.104.52"
       port: 6379
@@ -83,7 +83,7 @@ logstash::generic_resource:
 
   redis2:
     resource: redis
-    order: 10 # Input
+    order: 10  # Input
     parameters:
       host: "93.188.104.53"
       port: 6379