Skip to content

Commit

Permalink
[TEMP] add staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 19, 2024
1 parent 1aff327 commit 72c8b9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
repo => 'nightly',
}

apt::source { 'foreman-staging':
repos => 'theforeman-nightly',
location => 'https://stagingdeb.theforeman.org/',
include => {
src => false,
},
require => Apt::Key['foreman'],
}

# This provides dig which we use in our tests
$dig_package = $facts['os']['family'] ? {
'Debian' => 'dnsutils',
Expand Down

0 comments on commit 72c8b9a

Please sign in to comment.