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

8 lines
130 B
ObjectPascal
Raw Normal View History

2025-04-01 17:40:03 +00:00
# @summary
# Windows account that owns the docker services
#
define docker::windows_account (
) {
notice('Not implemented')
}