Skip to content

Commit

Permalink
Use copr repositories for katello devel boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
wbclark committed Feb 9, 2024
1 parent 53105c5 commit 973b42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions roles/katello_devel/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ dependencies:
- role: etc_hosts
- role: foreman_server_repositories
foreman_server_repositories_katello: true
foreman_repositories_staging_source: 'stagingyum'
foreman_server_repositories_foreman_client: true
katello_repositories_staging_source: 'stagingyum'
# puppet 6 is still the default for theforeman.operations.puppet_repositories as of release 1.2.3
foreman_puppet_repositories_version: 7
- role: ruby_scl
Expand Down
3 changes: 1 addition & 2 deletions roles/katello_repositories/tasks/staging_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@
- name: 'Add Candlepin repository'
include_role:
name: candlepin_repositories
when:
- candlepin_repositories_version is defined
when: candlepin_repositories_version is defined or katello_repositories_staging_source == "stagingyum"

0 comments on commit 973b42c

Please sign in to comment.