From 329af79502c415050599ceca103d4a6b964804cc Mon Sep 17 00:00:00 2001 From: cruelsmith <92088441+cruelsmith@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:01:00 +0200 Subject: [PATCH] Revert "fix acceptance tests on Rocky/RHEL 8" This reverts commit 897a16e4ac862185dec1f0286ab1a5c91b2a784e. --- manifests/install.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifests/install.pp b/manifests/install.pp index 3e14d10..33902a2 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -3,10 +3,6 @@ class proftpd::install { assert_private() - if $facts['os']['family'] == 'RedHat' { - Yumrepo <| |> -> Package <| |> - } - if $proftpd::package_manage { package { $proftpd::packages: ensure => $proftpd::package_ensure,