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

7 lines
130 B
Puppet

# @summary
# Windows account that owns the docker services
#
define docker::windows_account (
) {
notice('Not implemented')
}