From e6ab666b58fa99dc3ef4fdbe32048ab8837a127c Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 5 Jan 2024 20:40:11 +0100 Subject: [PATCH] add plugins repo --- spec/setup_acceptance_node.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spec/setup_acceptance_node.pp b/spec/setup_acceptance_node.pp index b1a907c3..e999ad59 100644 --- a/spec/setup_acceptance_node.pp +++ b/spec/setup_acceptance_node.pp @@ -6,6 +6,14 @@ enabled => '1', } +yumrepo { 'foreman-plugins': + descr => 'Foreman Plugins nightly', + baseurl => "https://download.copr.fedorainfracloud.org/results/@theforeman/plugins-nightly-staging/rhel-${facts['os']['release']['major']}-\$basearch/", + gpgcheck => '1', + gpgkey => 'https://download.copr.fedorainfracloud.org/results/@theforeman/plugins-nightly-staging/pubkey.gpg', + enabled => '1', +} + # This provides dig which we use in our tests $dig_package = $facts['os']['family'] ? { 'Debian' => 'dnsutils',