From ac70e321ff1f7d8bde4748fbe398606c07848f53 Mon Sep 17 00:00:00 2001 From: helene Date: Thu, 19 Sep 2024 13:00:29 -0400 Subject: [PATCH] Ajustements espace et accolades --- CDSI_intro_hpc/config.yaml | 1 - CDSI_intro_hpc/custom.tf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CDSI_intro_hpc/config.yaml b/CDSI_intro_hpc/config.yaml index 1d2e83c..1c47dc7 100644 --- a/CDSI_intro_hpc/config.yaml +++ b/CDSI_intro_hpc/config.yaml @@ -38,4 +38,3 @@ profile::users::ldap::users: count: 4 passwd: "%{alias('passwd_helper')}" groups: ['def-sponsor00', 'helper'] - diff --git a/CDSI_intro_hpc/custom.tf b/CDSI_intro_hpc/custom.tf index 54bc84c..a894b91 100644 --- a/CDSI_intro_hpc/custom.tf +++ b/CDSI_intro_hpc/custom.tf @@ -5,3 +5,4 @@ locals { ncpu = 2 nnode_compute = 2 } +}