puppetlabs-docker icon indicating copy to clipboard operation
puppetlabs-docker copied to clipboard

Allow --icc=false option for docker daemon

Open bjvrielink opened this issue 5 months ago • 0 comments

This used to be possible in version 9.1.0 and older, but got lost in translation from .erb to .epp templates.

Fixes #989

Summary

Changes 5 templates to use unless instead of if for the --icc parameter

Additional Context

If a user wants to specify the --icc parameter, they always will want to use --icc=false, as the default is true. By using if $icc in the template, it is impossible to set -icc=false.

Related Issues (if any)

See issue #989

Checklist

  • [ ] 🟢 Spec tests.
  • [ ] 🟢 Acceptance tests.
  • [X] Manually verified. (For example puppet apply)

bjvrielink avatar Sep 05 '24 12:09 bjvrielink