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 08248b8  Install pssh for CentOS and Ubuntu (#228)
08248b8 is described below

commit 08248b87364b8a9f35ec9721d4d3344447dbff2c
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Fri Sep 23 09:44:59 2022 -0400

    Install pssh for CentOS and Ubuntu (#228)
    
    Closes #227
---
 .../modules/cloud-init-config/templates/cloud-init.tftpl               | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/contrib/terraform-testing-infrastructure/modules/cloud-init-config/templates/cloud-init.tftpl
 
b/contrib/terraform-testing-infrastructure/modules/cloud-init-config/templates/cloud-init.tftpl
index 0172e40..31a1687 100644
--- 
a/contrib/terraform-testing-infrastructure/modules/cloud-init-config/templates/cloud-init.tftpl
+++ 
b/contrib/terraform-testing-infrastructure/modules/cloud-init-config/templates/cloud-init.tftpl
@@ -64,6 +64,7 @@ packages:
   - g++
   - openjdk-11-jdk-headless
   - pdsh
+  - pssh
   - make
 %{ endif ~}
   - docker-ce
@@ -92,7 +93,7 @@ runcmd:
   # we install the epel-release package there and can't update
   # the yum repo in the middle to make it know about pdsh-mod-genders
   - yum -y update
-  - yum -y install pdsh-mod-genders
+  - yum -y install pdsh-mod-genders pssh
 %{ endif ~}
   - sysctl -w vm.swappiness=0
   - sysctl -p

Reply via email to