Skip to content
Snippets Groups Projects
Commit 97efd9ca authored by Thomas Bellman's avatar Thomas Bellman
Browse files

More modern module configuration.

Users have previously been required to supply a class named
x509certs::siteconfig, containing a variable $hostcert_source.
We are replacing that with a parametrized class x509certs::config
which users are instead required to instantiate, providing suitable
parameter values.  This is more inline with modern Puppet practice,
and users no longer need to define a class belonging to this module's
namespace.

THIS IS NOT BACKWARDS-COMPATIBLE!

Users must update their manifests when upgrading, removing their old
x509certs::siteconfig class, and instantiating the x509certs::config
class instead.
parent 0ebf902f
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment