Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P puppet-freeipa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • AdullactAdullact
  • puppet-freeipa
  • Merge requests
  • !119

Support for Installation of FreeIPA-Server in Debian-OS family.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Vijay Kumar requested to merge bitvijays/puppet-freeipa:freeipa-server-debian-support into master Mar 18, 2020
  • Overview 12
  • Commits 1
  • Pipelines 9
  • Changes 3
  • Include a if-statement based on facts['os']['family']
    • In Install.pp -> install respective dns_packages (freeipa-server-dns, bind9-dyndb-ldap for Debian and ipa-server-dns, bind-dyndb-ldap for CentOS/ Fedora)
    • In Server.pp -> Ensure running of apache2 server and httpd server in Debian and CentOS/ Fedora respectively. -> Code for Resolving https://bugs.launchpad.net/ubuntu/+source/freeipa/+bug/1772205 -> Code for Resolving https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org/thread/PEAN25LXV5BLWOBTU3XJD2SA3NXS6LZZ/

Was able to successfully test the Installation of FreeIPA Server 4.8.3 on Ubuntu 18.04 LTS

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: freeipa-server-debian-support