Merge "novajoin: install 'freeipa-client' on both Debian and Ubuntu"
This commit is contained in:
commit
198986c51f
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user