GitHub puppet-unbound
Puppet module for deploying the swiss-army of DNS, Unbound

Repo Checks ( 24 of 36 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
failed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Scientific
No translation
passed
Supports Latest Scientific
No translation
failed
Supports Only Current Debian
No translation
passed
Supports Latest Debian
No translation
passed
Supports Only Current Ubuntu
No translation
passed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Solaris
No translation
passed
Supports Latest Solaris
No translation
failed
Supports Only Current Aix
No translation
passed
Supports Latest Aix
No translation
failed
Supports Only Current Freebsd
No translation
passed
Supports Latest Freebsd
No translation
passed
Supports Only Current Openbsd
No translation
passed
Supports Latest Openbsd
No translation
failed
Supports Only Current Netbsd
No translation
passed
Supports Latest Netbsd
No translation
failed
Supports Only Current Archlinux
No translation
failed
Supports Latest Archlinux
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Allow forcing service restart if control_enable true
enhancement
unbound.conf: prefer trust_anchor_file to auto_trust_anchor_file

The config only supports having trustanchorfile or autotrustanchorfile. this updates the code to use trustanchorfile if it is set (its undef by default) otherwise use autotrustanchorfile which has a default value.

fixes #316

Open PR in GitHub
outgoing_port_permit_first: update to actually invert order

Currently this parameter has no effect. This PR updates the code so the order of the values is actually inverted

fixes #313

Open PR in GitHub
Hiera and package management for Debian (made it for bookworm but could be usefull for any distro).

Hello, First time participant here.

Pull Request (PR) description

Couldn't install on Debian 12 because 'unbound-anchor' was missing. That command was moved to another package. Though it would be usefull to modify class to allow more than one package to be installed.
Added some hiera for Debian 12 as well.

This Pull Request (PR) fixes the following issues

(No Issue declared).

Open PR in GitHub
Add EL9 support
enhancement

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub