We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727ae5c commit afb9c6cCopy full SHA for afb9c6c
etc/kayobe/pulp.yml
@@ -213,7 +213,7 @@ stackhpc_pulp_distribution_deb_production: >-
213
# Whether to sync Rocky Linux 9 packages.
214
stackhpc_pulp_sync_rocky_9: "{{ os_distribution == 'rocky' }}"
215
# Rocky 9 minor version number. Supported values: 1, 2, 3, 4. Default is 4
216
-stackhpc_pulp_repo_rocky_9_minor_version: 4
+stackhpc_pulp_repo_rocky_9_minor_version: 5
217
# Rocky 9 Snapshot versions. The defaults use the appropriate version from
218
# pulp-repo-versions.yml for the selected minor release.
219
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