Merge pull request #101 from Uumas/debian

Add debian support for ipaclient
This commit is contained in:
Thomas Woerner
2019-07-24 11:06:50 +02:00
committed by GitHub
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" ]