Blame SOURCES/0001-test-README-testing-indent-configuration-literal-par.patch

e7e33b
From f3e4db6a6751e38084e305093a3452512ba40336 Mon Sep 17 00:00:00 2001
e7e33b
From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <jpokorny@redhat.com>
e7e33b
Date: Fri, 27 May 2016 22:51:14 +0200
e7e33b
Subject: [PATCH 1/4] test: README-testing: indent configuration (~literal
e7e33b
 paragraph)
e7e33b
e7e33b
---
e7e33b
 README-testing | 12 ++++++------
e7e33b
 1 file changed, 6 insertions(+), 6 deletions(-)
e7e33b
e7e33b
diff --git a/README-testing b/README-testing
e7e33b
index ac768e5..81c4158 100644
e7e33b
--- a/README-testing
e7e33b
+++ b/README-testing
e7e33b
@@ -47,16 +47,16 @@ is used to manipulate iptables rules.
e7e33b
 This is a sample pacemaker configuration for a single-node
e7e33b
 cluster:
e7e33b
 
e7e33b
-primitive booth ocf:pacemaker:booth-site
e7e33b
-primitive d-src1 ocf:heartbeat:Dummy
e7e33b
-rsc_ticket global-d-src1 ticket-A: d-src1
e7e33b
+    primitive booth ocf:pacemaker:booth-site
e7e33b
+    primitive d-src1 ocf:heartbeat:Dummy
e7e33b
+    rsc_ticket global-d-src1 ticket-A: d-src1
e7e33b
 
e7e33b
 Additionally, you may also add an ocf:booth:sharedrsc resource to
e7e33b
 also check that the ticket is granted always to only one site:
e7e33b
 
e7e33b
-primitive shared ocf:booth:sharedrsc \
e7e33b
-        params dir="10.2.13.82:/var/tmp/boothtestdir"
e7e33b
-rsc_ticket global-shared ticket-A: shared
e7e33b
+    primitive shared ocf:booth:sharedrsc \
e7e33b
+            params dir="10.2.13.82:/var/tmp/boothtestdir"
e7e33b
+    rsc_ticket global-shared ticket-A: shared
e7e33b
 
e7e33b
 Please adjust to your environment.
e7e33b
 
e7e33b
-- 
e7e33b
2.4.11
e7e33b