Skip to content

Commit 2cae0f3

Browse files
committed
smaller fixes
1 parent bbf3d24 commit 2cae0f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

etc/kayobe/pulp-repo-versions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ stackhpc_pulp_repo_rocky_9_3_baseos_version: 20240413T014042
3131
stackhpc_pulp_repo_rocky_9_3_crb_version: 20240413T014042
3232
stackhpc_pulp_repo_rocky_9_3_extras_version: 20240413T014042
3333
stackhpc_pulp_repo_rocky_9_3_highavailability_version: 20240404T012937
34+
stackhpc_pulp_repo_rocky_9_4_appstream_version:
35+
stackhpc_pulp_repo_rocky_9_4_baseos_version:
36+
stackhpc_pulp_repo_rocky_9_4_crb_version:
37+
stackhpc_pulp_repo_rocky_9_4_extras_version:
38+
stackhpc_pulp_repo_rocky_9_4_highavailability_version:
3439
stackhpc_pulp_repo_rocky_9_sig_security_common_version: 20240705T092559
3540
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20240418T070026
3641
stackhpc_pulp_repo_ubuntu_jammy_security_version: 20240418T043733

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ stackhpc_pulp_distribution_deb_production: >-
197197
# Whether to sync Rocky Linux 9 packages.
198198
stackhpc_pulp_sync_rocky_9: "{{ os_distribution == 'rocky' }}"
199199
# Rocky 9 minor version number. Supported values: 1, 2, 3, 4. Default is 4
200-
stackhpc_pulp_repo_rocky_9_minor_version:
200+
stackhpc_pulp_repo_rocky_9_minor_version: 4
201201
# Rocky 9 Snapshot versions. The defaults use the appropriate version from
202202
# pulp-repo-versions.yml for the selected minor release.
203203
stackhpc_pulp_repo_rocky_9_appstream_version: "{{ lookup('vars', 'stackhpc_pulp_repo_rocky_9_%s_appstream_version' % stackhpc_pulp_repo_rocky_9_minor_version) }}"

0 commit comments

Comments
 (0)