From fd42940c4c6dafa97b1d4dc28dce4d3860a971f1 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 25 Oct 2025 19:10:37 +0200 Subject: [PATCH] add local rpm - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/r10k/install.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/r10k/install.pp b/manifests/r10k/install.pp index a49f6ce..d3e430c 100644 --- a/manifests/r10k/install.pp +++ b/manifests/r10k/install.pp @@ -60,8 +60,7 @@ class puppet_cd::r10k::install ( } exec { 'install rpm': - command = "yum install ${pt_r10k_webhook_pkg}", - ensure => $pt_pkg_ensure, + command => "yum install ${pt_r10k_webhook_pkg}", require => File[$pt_r10k_webhook_pkg], } }