9 lines
128 B
Puppet
9 lines
128 B
Puppet
# @summary
|
|
#
|
|
# @param instance
|
|
#
|
|
class docker::run_instance (
|
|
Hash $instance
|
|
) {
|
|
create_resources(docker::run, $instance)
|
|
}
|