fruit-bowl/environments/production/thirdparty/docker/manifests/registry_auth.pp

10 lines
140 B
ObjectPascal
Raw Normal View History

2025-04-01 17:40:03 +00:00
# @summary
#
# @param registries
#
class docker::registry_auth (
Hash $registries
) {
create_resources(docker::registry, $registries)
}