Skip to content

Releases: wycore/puppet-fluentd

1.0.0

17 Jan 11:14
Compare
Choose a tag to compare

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)

0.6.0

17 Aug 15:11
Compare
Choose a tag to compare
  • 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

0.5.6

25 Jul 14:24
Compare
Choose a tag to compare
  • Fixed conf_dir_manage parameter call

0.5.5

25 Jul 13:18
Compare
Choose a tag to compare
  • Added conf_dir_manage parameter (Default: false)
    • Exclusively handle config files into fluentd::conf_dir. Other files not created by puppet, will be deleted

0.5.4

11 Jul 09:26
Compare
Choose a tag to compare
  • fixed templates/filter.erb
  • fixed removing of old GPG key for yum repos

0.5.3

19 Jan 14:05
Compare
Choose a tag to compare
  • update treasure data repo gpg key

0.5.2

14 Jul 09:23
Compare
Choose a tag to compare
  • Correct the docs related to the service_enable parameter

0.5.1

13 May 08:20
Compare
Choose a tag to compare
  • Allow to install specific version of fluent gem plugins

0.5.0

27 Jan 20:08
Compare
Choose a tag to compare
  • 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 to
    http://packages.treasuredata.com/2/${::lsbdistid}/${::lsbdistcodename}
  • Small fixes and improvements

Multiple directives in matching rules

11 Dec 09:58
Compare
Choose a tag to compare
  • Allows definition of multiple directives in matching rules