- modernization including PDK and removal of legacy facts and top scope references
- add
unix2dos
function to template output so that line endings are correct - directory separator for Linux and Windows
- Updated dependencies so the puppetlabs version of the chocolatey module is used
- Updated testing related files
- First run at using modulesync
- Stopped testing against Puppet 3
- Started testing against Puppet 5
- Camilo Cota (@camilocot) added the
input_type
setting - I updated the Gemfile to make json and json_pure work with multiple ruby versions.
- Added additional puppet-lint tests and update puppet-lint
- Added a Travis test for Puppet 3.x w/ strict variables
- Jaime Viloria (@cerealcake) added support for specifying output options
- Fixed an indentation issue
- Fixed error in example code in the README
- Added support for using processors
- Added support for output execs
- Adjusted the service resource so that it restarts when the config is updated
- Jaime Viloria (@cerealcake) added support for specifying options for extension modules.
- @egouraud added support for specifying the input file used by some input modules.
- support for defining the package name was added
- nxlog_root was made optional as it is not needed on Linux when installing via packages.
- Initial release