profile_metadata allows you to define information about a service within the profile that configures it. The information resulting from all the services included in a role are combined and presented as a structured fact on the host. The service's title and what profile it came from are also added the the message of the day (MOTD).
This module is used extensively inside Puppet to provide information directly on each host and to put data into PuppetDB that is then consumed by other services.
This module provides a defined type named profile_metadata::service
that you can include like any other resource in each profile.
This module is documented via pdk bundle exec puppet strings generate --format markdown
. Please see Reference on the Puppet Forge or REFERENCE.md on GitHub for more info.
CHANGELOG.md is generated prior to each release via pdk bundle exec rake changelog
. This process relies on labels that are applied to each pull request.
Pull requests are welcome!