Add debian support for ipaclient

This commit is contained in:
Uumas
2019-07-23 19:51:41 +03:00
parent 0240ec34a5
commit bf7902b7cc
2 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ Supported Distributions
* RHEL/CentOS 7.4+
* Fedora 26+
* Ubuntu
* Debian 10+ (ipaclient only, no server or replica!)
Requirements
------------

View File

@@ -0,0 +1,2 @@
# vars/Debian.yml
ipaclient_packages: [ "freeipa-client" ]