diff --git a/admin-guide/container/docker.md b/admin-guide/container/docker.md index 4e764b03..792a6f6e 100644 --- a/admin-guide/container/docker.md +++ b/admin-guide/container/docker.md @@ -11,3 +11,16 @@ The docker repo is enabled by default and the packages can be installed by using base::pkg_group::extra: - 'docker-ce' ``` + +## Desktop Systems + +Up to now the desktop/console setup (i.e. installing the yum group "@Server with GUI") installes podman by default (via the yum group "@Container Management") +Until this is fixed (see merge request: https://git.psi.ch/linux-infra/puppet/-/merge_requests/1256) +following exclude statement must be included in hiera: + +``` +base::package_exclude: + - 'podman' + - 'cockpit-podman' + - 'buildah' +```