southalc / podman

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

Allow add/remove control for docker podman package #17

Closed coreone closed 3 years ago

southalc commented 3 years ago

To avoid installing the optional docker-podman package you can define the existing "podman_docker_pkg" parameter as undef (use a tilde '~' in hiera). I've updated the reference to make this more clear.

coreone commented 3 years ago

Will that ensure that package is absent? The intent here was not just to not install the package, but to uninstall as well if needed.