Version information
released Nov 17th 2020
This version is compatible with:
- Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x
- Puppet >= 5.5.8 < 7.0.0
- ArchLinux, , , ,
Start using this module
Add this module to your Puppetfile:
mod 'ekohl-example', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
ekohl/example — version 0.1.0 Nov 17th 2020
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!'
Dependencies
- puppetlabs-stdlib (>= 4.25.0 < 7.0.0)