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/10/06 16:50:36 UTC

[accumulo-testing] branch main updated: Add missing colon character in sserver section

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 0c92a78  Add missing colon character in sserver section
0c92a78 is described below

commit 0c92a7883efd3f2132aaf54e9481a238d621e54b
Author: Dave Marion <dl...@apache.org>
AuthorDate: Thu Oct 6 12:50:32 2022 -0400

    Add missing colon character in sserver section
---
 .../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 84de099..43e092f 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
@@ -13,7 +13,7 @@ tserver:
 %{ endfor ~}
 
 sserver:
-  - default
+  - default:
 %{ for ip in worker_ips ~}
       - ${ip}
 %{ endfor ~}