From 2c13abd52d41a5052141ceabf8a4babca94ef946 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 5 May 2025 17:16:18 +0200 Subject: [PATCH] enable package installation --- manifests/main/install.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/main/install.pp b/manifests/main/install.pp index 708207e..845b344 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -9,7 +9,7 @@ class jenkins_cd::main::install ( require java_cd require jenkins_cd::main::yumrepo -# package { $reqpackages: -# ensure => $pkg_ensure, -# } + package { $reqpackages: + ensure => $pkg_ensure, + } }