From ef23acb59deb10d8f66ca30018dae481dfe8e56f Mon Sep 17 00:00:00 2001
From: Klas Arvidsson <klas.arvidsson@liu.se>
Date: Tue, 22 Oct 2024 15:18:05 +0000
Subject: [PATCH] Added nss-tools to get /usr/bin/certutil

---
 manifests/init.pp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifests/init.pp b/manifests/init.pp
index d09d7c2..4a64d65 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -28,6 +28,7 @@ class aes {
           'python3',
           'python3-pip',
           'python3-ldap',
+          'nss-tools', # certutil
         ]:
           ensure  => installed,
       }
-- 
GitLab