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

This commit is contained in:
Zuul 2020-07-09 20:47:54 +00:00 committed by Gerrit Code Review
commit 198986c51f

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 %}