Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394086
config.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
268 B
Subscribers
None
config.pp
View Options
# @summary
#
class
docker
::
config
{
if
$facts['os']
[
'family'
]
!=
'windows'
{
$docker::docker_users.each
|
$user|
{
docker
::
system_user
{
$user:
}
}
}
else
{
$docker::docker_users.each
|
$user|
{
docker
::
windows_account
{
$user:
}
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Jun 4, 7:21 PM (6 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3357229
Attached To
R205 puppet-puppetlabs-docker
Event Timeline
Log In to Comment