1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00
Commit Graph

91 Commits

Author SHA1 Message Date
Max Wilhelm
be1a555591 added spec test for fluentd::repo::yum 2016-01-27 12:42:11 +01:00
Max Wilhelm
3ef403cf65 add nodesets for centos 6 & 7 2016-01-27 12:00:35 +01:00
Max Wilhelm
9900e8f172 fixed path for 'add GPG key' exec 2016-01-27 11:59:00 +01:00
Max Wilhelm
7ddbe46025 Merge pull request #1 from ume3/add-redhat-repository-support
added redhat(yumrepo) support
2016-01-27 10:06:38 +01:00
ume3
e3e4b9bd61 add: an $ensure parameter
review:
https://github.com/wywygmbh/puppet-fluentd/pull/1#discussion-diff-50847623
refs:
http://docs.puppetlabs.com/puppet/latest/reference/type.html#yumrepo-attribute-ensure
2016-01-27 11:35:43 +09:00
ume3
9aaccda9e0 del: not really needed included
review:
https://github.com/wywygmbh/puppet-fluentd/pull/1#discussion-diff-50847501
2016-01-27 11:18:07 +09:00
Max Wilhelm
2b86e57b7b fixed lint warning 2016-01-26 22:38:44 +01:00
Max Wilhelm
b0000fc99b added include parameter to fluentd::repo::apt test 2016-01-26 22:20:26 +01:00
Max Wilhelm
08a27245f7 Merge branch 'master' of https://github.com/cotocisternas/puppet-fluentd
Conflicts:
	manifests/init.pp
	manifests/params.pp
	manifests/repo/apt.pp
2016-01-26 22:13:30 +01:00
Max Wilhelm
4c3f1f9a18 Revert "fixed travis build"
This reverts commit c39f88be0b.

Has been fixed with rspec-puppet version 2.3.2
2016-01-26 19:08:53 +01:00
Max Wilhelm
c39f88be0b fixed travis build
there seems to be a bing in rspec-puppet 2.3.1
https://github.com/rodjek/rspec-puppet/issues/353
2016-01-26 12:35:50 +01:00
ume3
b465108fcc added redhat(yumrepo) support
Check CentOS7.2(1511) / Redhat7.1
refs
 - https://td-agent-package-browser.herokuapp.com/2/redhat/
 - http://docs.puppetlabs.com/puppet/latest/reference/type.html#yumrepo
2016-01-26 18:07:01 +09:00
Max Wilhelm
567a07ebb2 fixed serverspec test for Debian 8
there seems to be a bug while checking for service enabled
2016-01-25 12:42:03 +01:00
Max Wilhelm
a6fbde8a4c fixed apt repo location 2016-01-23 00:33:16 +01:00
Max Wilhelm
471eb1bbf2 added debian support 2016-01-23 00:32:29 +01:00
Max Wilhelm
9eb93da056 cleanup beaker tests
- use beaker/puppet_install_helper to install puppet
- installed dependency modules like they are listed in the metadata.json
- changed apt repo source from https to http, https produced ssl errors under certain ruby versions and needs additional packages on some systems and the packages are signed anyways
2016-01-22 18:52:12 +01:00
Max Wilhelm
afc59cb27e renamed manage_repo to repo_manage
consistency
2016-01-22 18:50:04 +01:00
Coto Cisternas
490868d6b1 require => Exec['apt_update'] before install 2016-01-20 00:40:21 -03:00
Coto Cisternas
57740bc18d confine for provider 2016-01-16 00:15:58 -03:00
Coto Cisternas
e693af3c42 debian support, fix exec validations and repository 2016-01-15 17:35:19 -03:00
Max Wilhelm
2e5892663e fixed spec tests 2016-01-11 18:38:08 +01:00
Max Wilhelm
5da076c98a changed fluentd repo location from http to https 2016-01-11 18:37:09 +01:00
Max Wilhelm
c6e3a69f2b added first version of beaker tests (wip) 2016-01-11 18:36:45 +01:00
Max Wilhelm
d11007eb35 Update README.md 2015-12-22 14:05:49 +01:00
Max Wilhelm
7beb6b5298 added class parameters to README 2015-12-22 13:57:09 +01:00
Max Wilhelm
7821317f84 added ::fluentd::user
this will manage the user if  is set to true. This will add the td-agent user to the user group 'adm', so td-agent can view log files under /var/log/*.
2015-12-22 13:56:46 +01:00
Jan Krause
6a08c099c4 prepare 0.4.0 release 2015-12-11 10:52:35 +01:00
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 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 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 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