novajoin: install 'freeipa-client' on both Debian and Ubuntu

freeipa-admintools got merged into 'freeipa-client' before Debian
'buster'.

Ubuntu 'focal' does not have transitional package so let's fix name
before we switch to it.

Change-Id: I32f62a763b909da787dee1007055197d6a2dbce1
This commit is contained in:
Marcin Juszkiewicz 2020-07-08 13:49:52 +02:00
parent 4f4b0126a9
commit 81b77b0f28

View File

@ -26,9 +26,9 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
{% set novajoin_base_packages = [
'ipa-admintools',
] %}
{% elif base_distro in ['ubuntu'] %}
{% elif base_distro in ['debian', 'ubuntu'] %}
{% set novajoin_base_packages = [
'freeipa-admintools',
'freeipa-client',
] %}
{% endif %}