puppetlabs-docker
puppetlabs-docker copied to clipboard
Allow --icc=false option for docker daemon
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
)