fruit-bowl/environments/production/thirdparty/docker/manifests/registry_auth.pp
2025-04-01 17:49:26 +00:00

9 lines
140 B
Puppet

# @summary
#
# @param registries
#
class docker::registry_auth (
Hash $registries
) {
create_resources(docker::registry, $registries)
}