1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2026-06-14 10:31:17 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
Jan Krause 88f021de43 allow repeating keys in match rules
extends the match template, yes, its not pretty
readable, to support array definitions for
defining multiple server or stores.
2015-12-11 10:21:27 +01:00
Jan Krause b5d8088d31 prepare 0.3.0 release 0.3.0 2015-12-09 16:06:00 +01:00
Jan Krause 31a92b59eb pin dependency modules in fixtures
also increases apt dependency
2015-12-09 16:04:47 +01:00
Jan Krause 641873546f minor changes 2015-12-09 16:04:28 +01:00
Jan Krause a08cd1f4f4 change travis build notification 2015-12-09 14:24:28 +01:00
Max Wilhelm 428a220e1f increased stdlib dependency 0.2.0 2015-12-08 11:50:23 +01:00
Max Wilhelm 5a67bcac9a added version badge to README.md 2015-12-07 18:51:12 +01:00
Max Wilhelm 225df3361b prepared release 0.1.0 0.1.0 2015-12-07 18:35:59 +01:00
Max Wilhelm 89c98b79d6 added examples to examples folder 2015-12-07 13:23:41 +01:00
Max Wilhelm c1de2cb703 removed future parser rvm 2015-12-07 12:37:02 +01:00
Max Wilhelm 6d2f4b43d9 added travis.yml 2015-12-07 12:34:35 +01:00
Max Wilhelm 99675255e5 prettified README.md 2015-12-07 11:20:51 +01:00
Max Wilhelm cec2c1c0c7 added running linter to test suite README 2015-12-07 11:18:04 +01:00
Max Wilhelm 922914c32b fixed lint warnings 2015-12-07 11:09:31 +01:00
Max Wilhelm 9d2175411b parameterized config path, dir, file and user/group 2015-12-04 14:20:11 +01:00
Max Wilhelm 43cfae7797 plugin_spec 2015-12-04 13:28:06 +01:00
Max Wilhelm c957e70511 fixed fluentd::plugin::file call 2015-12-04 13:27:29 +01:00
Max Wilhelm 4eca5e3a14 fixed fluentd::plugin::gem 2015-12-04 13:24:19 +01:00
Max Wilhelm 0b4c930762 fixed fluentd::plugin::file 2015-12-04 13:24:01 +01:00
Max Wilhelm fcdbee4903 fixed spec context 2015-12-04 13:14:40 +01:00
Max Wilhelm 0723d2df21 added match_spec 2015-12-04 13:11:34 +01:00
Max Wilhelm 87b6efde4b added filter_spec 2015-12-04 13:11:23 +01:00
Max Wilhelm df6c698931 added source_spec 2015-12-04 13:11:08 +01:00
Max Wilhelm d1907b14f6 added missing , in examples 2015-12-04 12:54:07 +01:00
Max Wilhelm 395128abd5 changed apt key to full fingerprint 2015-12-04 12:48:17 +01:00
Max Wilhelm 49529498aa prettified notify calls 2015-12-04 12:30:30 +01:00
Max Wilhelm ea344aa9ad added fluentd_repo_apt_spec 2015-12-04 12:29:06 +01:00
Max Wilhelm ef70744f8c prettified comments for external classes/defines 2015-12-04 11:03:52 +01:00
Max Wilhelm 1057a97d2e removed ensure from comment 2015-12-04 10:47:04 +01:00
Max Wilhelm 8e1a9035f0 removed unused $ensure parameter 2015-12-04 10:43:37 +01:00
Max Wilhelm 240c4b37b8 added fluentd_service_spec.rb 2015-12-03 19:30:07 +01:00
Max Wilhelm b12b650357 added fluentd_config_spec.rb 2015-12-03 19:30:07 +01:00
Max Wilhelm 54431b8542 added fluentd_install_spec.rb 2015-12-03 19:30:07 +01:00
Max Wilhelm b21e606acb added fluentd_repo_spec.rb 2015-12-03 19:30:07 +01:00
Max Wilhelm 6fb278603b changed class calls in init.pp
this is needed to be able to test classes independently. All these sub classes inherit from the base class (::fluentd). If you call these classes directly you will get a duplicated declaration error.
2015-12-03 19:30:07 +01:00
Max Wilhelm 3c10ce7aac spec/classes/init_spec.rb -> spec/classes/fluentd_spec.rb 2015-12-03 19:30:06 +01:00
Max Wilhelm 450f38a8f9 Update README.md 2015-12-03 18:04:08 +01:00
Max Wilhelm e7a41f2ad5 added how to run the test suite to README 2015-12-03 17:56:34 +01:00
Max Wilhelm 1cc05f5b1b WIP: added first init.pp test 2015-12-03 17:53:01 +01:00
Max Wilhelm fc4c9c6bb5 added .fixtures.yml 2015-12-03 17:52:19 +01:00
Max Wilhelm 86c5e91781 Revert "manifests/config.pp -> manifests/config/init.pp"
This reverts commit 51b5f0f640.

This is needed to make sure the puppet autoloader can load the class  while running tests.
2015-12-03 17:44:02 +01:00
Max Wilhelm b0a98aa149 added definition to install plugins 2015-12-03 11:59:51 +01:00
Max Wilhelm 98f55bd1fd added fluentd_gem provider
this provider will be used to install fluentd plugins
2015-12-01 17:56:16 +01:00
Max Wilhelm 9bcc78ec74 added requirements section to README 2015-12-01 17:21:31 +01:00
Max Wilhelm 7276c9426b first README draft 2015-12-01 17:18:07 +01:00
Max Wilhelm 79ab220662 fail if fluentd::config::file gets called from external 2015-12-01 15:29:53 +01:00
Max Wilhelm 540a50ea46 added parameter validation for fluentd::source 2015-12-01 15:11:24 +01:00
Max Wilhelm 8d3c272916 added parameter validation for fluentd::match 2015-12-01 15:11:19 +01:00
Max Wilhelm d24781fcad added parameter validation for fluentd::filter 2015-12-01 15:11:05 +01:00
Max Wilhelm ced0f3ad2b added fluentd::service notify on config change 2015-12-01 14:25:42 +01:00