Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
- Puppet >= 7.0.0 < 9.0.0
- Archlinux, , , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'puppet-example', '0.5.0'
Learn more about managing modules with a PuppetfileDocumentation
Example repository
This repository is only here to test automation and show coding patterns. If you don't know what it is, it's not for you.
Reference
Table of Contents
Classes
example
: An example class
Classes
example
An example class
Parameters
The following parameters are available in the example
class:
file
Data type: Stdlib::Absolutepath
The file to manage
Default value: '/tmp/puppet-example'
content
Data type: String[1]
The content in the file
Default value: 'Hello World!'
Changelog
All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v0.5.0 (2025-02-04)
Breaking changes:
- Drop EoL Ubuntu 18.04 #68 (bastelfreak)
Implemented enhancements:
Fixed bugs:
- Archlinux: Fix typo in metadata.json #71 (bastelfreak)
Merged pull requests:
- Release: Publish module to GitHub Release #88 (bastelfreak)
- prepare_release action: use token with write perms #84 (bastelfreak)
- prepare release action: Make version input optional #83 (bastelfreak)
- gha-puppet: Switch from v2->v3 #66 (bastelfreak)
- add REFERENCE.md for testing the voxbox #64 (rwaffen)
- add Puppetfile for testing in the voxbox container ci #63 (rwaffen)
v0.4.0 (2024-07-05)
Breaking changes:
- Drop EoL CentOS 7/8 & RedHat 7; Add CentOS 9 #60 (bastelfreak)
Merged pull requests:
v0.3.0 (2024-05-27)
Breaking changes:
- Drop Puppet 6 support #34 (bastelfreak)
Implemented enhancements:
- puppetlabs/stdlib: Allow 9.x #41 (zilchms)
- Add Puppet 8 support #35 (bastelfreak)
Merged pull requests:
- Enable acceptance tests #56 (bastelfreak)
- puppet-modulebuilder: test allowlist #55 (bastelfreak)
- Run CI on master branch #39 (smortex)
- delete the old SECURITY.md #25 (bastelfreak)
v0.2.1 (2022-01-11)
v0.2.0 (2022-01-11)
Breaking changes:
- Drop Puppet 5 from metadata.json #14 (bastelfreak)
Merged pull requests:
- Use reusable Github Actions #15 (ekohl)
- Allow stdlib 8.0.0 #12 (smortex)
- Drop Debian 9 and add Debian 11 #11 (ekohl)
- Support Puppet 7 #2 (ekohl)
v0.1.0 (2020-11-18)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs-stdlib (>= 4.25.0 < 10.0.0)