-
01 Oct 2020
Reporting a problem with a moduleHave you found a problem with a module? Maybe it doesn’t behave properly when you enable SELinux, or maybe it just doesn’t declare support for the latest Puppet release. In any case, let’s walk through how you can surface the problem and maybe get it corrected. First find the module... Read more…
-
01 Oct 2020
Contributing a pull requestComing soon; instructions on completing a pull request. Read more…
-
30 Sep 2020
Validating a module on a newer Puppet versionPuppet modules declare their own Puppet version support. In other words, the module developer will use the metadata.json file to indicate the Puppet versions they have tested against. Most notably, that means that a module not declaring support for the latest version of Puppet does not necessarily mean that it... Read more…