southalc / podman

Puppet module for podman
Apache License 2.0
13 stars 30 forks source link

manage_subuid Documentation/Implementation mismatch (0.62) #51

Closed ja391045 closed 1 year ago

ja391045 commented 1 year ago

The docs for the ::podman::manage_subuid parameter say:

# @param manage_subuid
#   Should the module manage the `/etc/subuid` and `/etc/subgid` files (default is true)

However, the implementation of this parameter is:

Boolean $manage_subuid                                = false
southalc commented 1 year ago

Docs corrected to match implementation in version 0.6.3