7 lines
130 B
Puppet
7 lines
130 B
Puppet
# @summary
|
|
# Windows account that owns the docker services
|
|
#
|
|
define docker::windows_account (
|
|
) {
|
|
notice('Not implemented')
|
|
}
|