9 lines
140 B
Puppet
9 lines
140 B
Puppet
# @summary
|
|
#
|
|
# @param registries
|
|
#
|
|
class docker::registry_auth (
|
|
Hash $registries
|
|
) {
|
|
create_resources(docker::registry, $registries)
|
|
}
|