Skip to content

Commit 05b603a

Browse files
committed
Update default stackhpc pulp repo rocky version to 9.3
1 parent ef97f47 commit 05b603a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ stackhpc_pulp_sync_el_8: "{{ stackhpc_pulp_sync_rocky_8 or stackhpc_pulp_sync_ce
232232

233233
# Whether to sync Rocky Linux 9 packages.
234234
stackhpc_pulp_sync_rocky_9: "{{ os_distribution == 'rocky' and os_release == '9' }}"
235-
# Rocky 9 minor version number. Supported values: 1, 2. Default is 2
236-
stackhpc_pulp_repo_rocky_9_minor_version: 2
235+
# Rocky 9 minor version number. Supported values: 1, 2, 3. Default is 3
236+
stackhpc_pulp_repo_rocky_9_minor_version: 3
237237
# Rocky 9 Snapshot versions. The defaults use the appropriate version from
238238
# pulp-repo-versions.yml for the selected minor release.
239239
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)