Skip to content

ULHPC/puppet-exim4

Repository files navigation

Exim4 Puppet Module

Puppet Forge License Supported Platforms

Configure and manage exim4

  Copyright (c) 2026 ULHPC Team <[email protected]>

| Project Page | Sources | Issues |

Synopsis

Configure and manage exim4.

This module implements the following elements:

  • Puppet classes:

    • exim4: main class
    • exim4::common
    • exim4::debian: specific implementation under Debian
    • exim4::redhat: specific implementation under Redhat-like system
    • exim4::params: class parameters
  • Puppet definitions:

All these components are configured through a set of variables you will find in manifests/params.pp.

Dependencies

See metadata.json. In particular, this module depends on

Overview and Usage

Class exim4

This is the main class defined in this module. It accepts the following parameters:

  • $ensure: default to 'present', can be 'absent'

Use it as follows:

 include ' exim4'

Librarian-Puppet / R10K Setup

You can of course configure the exim4 module in your Puppetfile to make it available with Librarian puppet or r10k by adding the following entry:

 # Modules from the Puppet Forge
 mod "ULHPC/exim4"

or, if you prefer to work on the git version:

 mod "ulhpc/exim4",
     :git => 'https://github.com/ULHPC/puppet-exim4',
     :ref => 'main'

Developments / Issues / Contributing to the code

This Puppet Module has been implemented in the context of the UL HPC Platform of the University of Luxembourg. It relies on Vox Pupuli modulesync for its organization.

You can submit bugs / issues / feature requests using the ulhpc-exim4 Puppet Module Tracker. You are more than welcome to contribute to its development by sending a pull request.

Licence

This project and the sources proposed within this repository are released under the terms of the GPL-3.0 licence.

Licence

About

Puppet module to configure and manage exim4

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors