Skip to content

Commit

Permalink
[TMP] Consume Foreman from COPR directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jan 4, 2024
1 parent f0b5bd6 commit 41af60c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
class { 'foreman::repo':
repo => 'nightly',
yum_repo_baseurl => 'https://stagingyum.theforeman.org',
yumrepo { 'foreman':
descr => 'Foreman nightly',
baseurl => "https://download.copr.fedorainfracloud.org/results/@theforeman/foreman-nightly-staging/rhel-${facts['os']['release']['major']}-\$basearch/",
gpgcheck => '1',
gpgkey => 'https://download.copr.fedorainfracloud.org/results/@theforeman/foreman-nightly-staging/pubkey.gpg',
enabled => '1',
}

# This provides dig which we use in our tests
Expand Down

0 comments on commit 41af60c

Please sign in to comment.