Merge "Ubuntu: More strictly validate repos"

This commit is contained in:
Zuul 2024-07-29 08:46:12 +00:00 committed by Gerrit Code Review
commit 6f83f16042

View File

@ -42,13 +42,13 @@
# Defaults to $::openstack_extras::repo::debian::params::uca_location # Defaults to $::openstack_extras::repo::debian::params::uca_location
# #
class openstack_extras::repo::debian::ubuntu( class openstack_extras::repo::debian::ubuntu(
String[1] $release = 'caracal', String[1] $release = 'caracal',
Boolean $manage_uca = true, Boolean $manage_uca = true,
String[1] $repo = 'updates', Enum['updates', 'proposed'] $repo = 'updates',
Hash $source_hash = {}, Hash $source_hash = {},
Hash $source_defaults = {}, Hash $source_defaults = {},
Boolean $package_require = false, Boolean $package_require = false,
String[1] $uca_location = 'http://ubuntu-cloud.archive.canonical.com/ubuntu', String[1] $uca_location = 'http://ubuntu-cloud.archive.canonical.com/ubuntu',
) { ) {
if $manage_uca { if $manage_uca {