Skip to content

Commit

Permalink
[TEMP] use staging repos
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 19, 2024
1 parent 8e5e927 commit 283d033
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'],
}

# Not /etc/foreman because purging removes that
$directory = '/etc/foreman-certs'
$certificate = "${directory}/certificate.pem"
Expand Down

0 comments on commit 283d033

Please sign in to comment.