From fba8e18065be271bb99b52f96ff5c4c9923ee2ad Mon Sep 17 00:00:00 2001 From: Sebastien Varrette Date: Thu, 18 May 2017 09:52:59 +0200 Subject: [PATCH 1/2] simplify sudo directive Signed-off-by: Sebastien Varrette --- manifests/common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common.pp b/manifests/common.pp index 0d225fd..9d055da 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -111,7 +111,7 @@ # Add the sysadmin to the sudoers file include sudo - sudo::directive { "${sysadmins::login}_in_sudoers": + sudo::directive { "${sysadmins::login}": content => "${sysadmins::login} ALL=(ALL) NOPASSWD:ALL\n", } From 55d610a16a2e7ee6a03d3a358cb4da95d258dd85 Mon Sep 17 00:00:00 2001 From: Sebastien Varrette Date: Thu, 18 May 2017 09:53:35 +0200 Subject: [PATCH 2/2] bump to version '0.8.3' Signed-off-by: Sebastien Varrette --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 56ac67d..9884191 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ULHPC/sysadmins", - "version": "0.8.2", + "version": "0.8.3", "author": "UL HPC DevOps Team aka. S. Varrette, H. Cartiaux, V. Plugaru, S. Diehl and C.Parisot", "mail": "hpc-sysadmins@uni.lu", "summary": "Configuration of a single system administrator account (localadmin by default) attached to (potentially) several users",