Skip to content

Commit

Permalink
add plugins repo
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 10, 2024
1 parent a0ee0b8 commit e6ab666
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e6ab666

Please sign in to comment.