Blame SOURCES/logging-0004-yamllint-errors.diff

69e14a
From 6ef1f1020abb074525724e9060ddada526ad0102 Mon Sep 17 00:00:00 2001
69e14a
From: Noriko Hosoi <nhosoi@redhat.com>
69e14a
Date: Tue, 29 Sep 2020 15:50:03 -0700
69e14a
Subject: [PATCH 4/7] Fixing yamllint errors.
69e14a
69e14a
(cherry picked from commit b131f9e26b3fd74d759b237d7b3b26b6732371d2)
69e14a
---
69e14a
 tests/tests_files_elasticsearch_use_local_cert.yml | 3 +--
69e14a
 1 file changed, 1 insertion(+), 2 deletions(-)
69e14a
69e14a
diff --git a/tests/tests_files_elasticsearch_use_local_cert.yml b/tests/tests_files_elasticsearch_use_local_cert.yml
69e14a
index 8b1eaa4..90b12af 100644
69e14a
--- a/tests/tests_files_elasticsearch_use_local_cert.yml
69e14a
+++ b/tests/tests_files_elasticsearch_use_local_cert.yml
69e14a
@@ -67,7 +67,7 @@
69e14a
             server_port: 9200
69e14a
             index_prefix: project.
69e14a
             input_type: ovirt
69e14a
-            retryfailures: on
69e14a
+            retryfailures: true
69e14a
             ca_cert_src: "{{ __test_ca_cert }}"
69e14a
             cert_src: "{{ __test_cert }}"
69e14a
             private_key_src: "{{ __test_key }}"
69e14a
@@ -128,4 +128,3 @@
69e14a
     - name: Check retryruleset in {{ __test_outputfiles_conf }}
69e14a
       command: /bin/grep 'retryruleset="{{ __test_el }}"' {{ __test_outputfiles_conf }}
69e14a
       changed_when: false
69e14a
-
69e14a
-- 
69e14a
2.26.2
69e14a