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

10 lines
118 B
ObjectPascal
Raw Permalink Normal View History

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