Configure and manage exim4
Copyright (c) 2026 ULHPC Team <[email protected]>
| Project Page | Sources | Issues |
Configure and manage exim4.
This module implements the following elements:
-
Puppet classes:
exim4: main classexim4::commonexim4::debian: specific implementation under Debianexim4::redhat: specific implementation under Redhat-like systemexim4::params: class parameters
-
Puppet definitions:
All these components are configured through a set of variables you will find in
manifests/params.pp.
See metadata.json. In particular, this module depends on
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'
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'
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.
This project and the sources proposed within this repository are released under the terms of the GPL-3.0 licence.
