Breaking changes: This version drops puppet 3 support!
- Fix hard coded user/group names in config manifest (#23)
- migrate from stdlib validation to puppet datatypes (#24)
- Updated README
- fixed broken links, due to github organisation rename
- fixed indentation for config files (filter, match, source)
- use rspec-puppet-facts for unit testing
- Fixed
conf_dir_manage
parameter call
- Added
conf_dir_manage
parameter (Default: false)- Exclusively handle config files into fluentd::conf_dir. Other files not created by puppet, will be deleted
- fixed templates/filter.erb
- fixed removing of old GPG key for yum repos
- update treasure data repo gpg key
- Correct the docs related to the service_enable parameter
- Allow to install specific version of fluent gem plugins
- Added support for Debian 6, 7, 8
- Added support for CentOS 6, 7
- Added
::fluentd::user
, which manages the td-agent user - Added parameter
user_manage
- Added parameter
user_name
- Added parameter
user_group
- Added parameter
user_groups
- Added acceptance tests
::fluentd::repo::apt::location default
changed tohttp://packages.treasuredata.com/2/${::lsbdistid}/${::lsbdistcodename}
- Small fixes and improvements
- Allows definition of multiple directives in matching rules
- Increased apt dependency
- Module pinning on rspec tests
- Minor changes
- Increased stdlib dependency
- Initial release