You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/09/23 18:26:05 UTC

[accumulo-testing] branch main updated: Fixed a spacing issue with the scan server section of the cluster.yaml file (#229)

This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new 2760112  Fixed a spacing issue with the scan server section of the cluster.yaml file (#229)
2760112 is described below

commit 276011279b9e5bbe5b82c42107dd2f6e7049bd59
Author: Dave Marion <dl...@apache.org>
AuthorDate: Fri Sep 23 14:26:00 2022 -0400

    Fixed a spacing issue with the scan server section of the cluster.yaml file (#229)
---
 .../modules/config-files/templates/cluster.yaml.tftpl                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
index 89029d6..84de099 100644
--- a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
+++ b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
@@ -15,7 +15,7 @@ tserver:
 sserver:
   - default
 %{ for ip in worker_ips ~}
-    - ${ip}
+      - ${ip}
 %{ endfor ~}
 
 compaction: