realmd

pdk
Realmd support for RHEL/Debian

322 downloads

180 latest version

1.3 quality score

Version information

  • 2.0.4 (latest)
  • 2.0.3
  • 2.0.2
  • 2.0.1
released Apr 9th 2024
This version is compatible with:
  • Puppet Enterprise 2025.3.x, 2025.2.x, 2025.1.x, 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2021.7.x
  • Puppet >= 7.24 < 9.0.0
  • CentOS
    ,
    OracleLinux
    ,
    RedHat
    ,
    Debian
    ,
    Ubuntu

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ffquintella-realmd', '2.0.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ffquintella-realmd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ffquintella-realmd --version 2.0.4

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

ffquintella/realmd — version 2.0.4 Apr 9th 2024

realmd

Table of Contents

  1. Description
  2. Usage - Configuration options and additional functionality
  3. Limitations - OS compatibility, etc.
  4. Development - Guide for contributing to the module

Description

Realmd support for RHEL Originally developed and maintained by Geoff Williams. This module was created to support Redhat 8 or 9 (which the current Geoff Willams one doesn't) Other than adding the RHEL8 (and RHEL9) support, this module remains the same.

Features

  • Join a single domain
  • Re-join to a different domain if realm list --name-only doesn't agree with the domain parameter
  • simple_allow_groups used for access control

Usage

See reference and examples

Limitations

  • Not supported by Puppet, Inc.
  • Supports joining a single realm only
  • Rewrites /etc/sssd/sssd.conf (template)
  • simple_allow_groups used for access control

Development

PRs accepted :)

Testing

This module supports testing using PDQTest.

Test can be executed with:

bundle install
make

See .travis.yml for a working CI example