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 2023/02/21 12:48:48 UTC

[accumulo-testing] branch main updated: Add os_type variable to template variables (#255)

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 14066c5  Add os_type variable to template variables (#255)
14066c5 is described below

commit 14066c51b1c2003f2265711a193be7107742c5c6
Author: Dave Marion <dl...@apache.org>
AuthorDate: Tue Feb 21 07:48:44 2023 -0500

    Add os_type variable to template variables (#255)
---
 contrib/terraform-testing-infrastructure/modules/config-files/main.tf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/terraform-testing-infrastructure/modules/config-files/main.tf b/contrib/terraform-testing-infrastructure/modules/config-files/main.tf
index df532ff..153828c 100644
--- a/contrib/terraform-testing-infrastructure/modules/config-files/main.tf
+++ b/contrib/terraform-testing-infrastructure/modules/config-files/main.tf
@@ -60,6 +60,7 @@ locals {
   accumulo_root_pw = coalesce(var.accumulo_root_password, random_string.accumulo_root_password.result)
 
   template_vars = {
+    os_type                      = var.os_type
     manager_ip                   = var.manager_ip
     worker_ips                   = var.worker_ips
     java_home                    = local.java_home