mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 05:10:36 +00:00
commit
78f9c03952
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2015 wywy GmbH
|
Copyright 2015 wywy
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
|||||||
# wywygmbh/fluentd Puppet Module
|
# wywy/fluentd Puppet Module
|
||||||
|
|
||||||
[![GitHub version](https://badge.fury.io/gh/wywygmbh%2Fpuppet-fluentd.svg)](https://github.com/wywygmbh/puppet-fluentd)
|
[![GitHub version](https://badge.fury.io/gh/wywy%2Fpuppet-fluentd.svg)](https://github.com/wywy/puppet-fluentd)
|
||||||
[![Build Status](https://travis-ci.org/wywygmbh/puppet-fluentd.svg?branch=master)](https://travis-ci.org/wywygmbh/puppet-fluentd)
|
[![Build Status](https://travis-ci.org/wywy/puppet-fluentd.svg?branch=master)](https://travis-ci.org/wywy/puppet-fluentd)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -296,7 +296,7 @@ bundle exec rake beaker BEAKER_set=centos-70-x64
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright 2015 wywy GmbH
|
Copyright 2015 wywy
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@ -310,4 +310,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
This Puppet module is being actively maintained by some fellow puppeteers at [wywy GmbH](http://wywy.com/).
|
This Puppet module is being actively maintained by some fellow puppeteers at [wywy](http://wywy.com/).
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
# Copyright
|
# Copyright
|
||||||
# ---------
|
# ---------
|
||||||
#
|
#
|
||||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
# Copyright 2015 wywy, unless otherwise noted.
|
||||||
#
|
#
|
||||||
define fluentd::filter (
|
define fluentd::filter (
|
||||||
$ensure = present,
|
$ensure = present,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
# Copyright
|
# Copyright
|
||||||
# ---------
|
# ---------
|
||||||
#
|
#
|
||||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
# Copyright 2015 wywy, unless otherwise noted.
|
||||||
#
|
#
|
||||||
class fluentd (
|
class fluentd (
|
||||||
$repo_manage = $::fluentd::params::repo_manage,
|
$repo_manage = $::fluentd::params::repo_manage,
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
# Copyright
|
# Copyright
|
||||||
# ---------
|
# ---------
|
||||||
#
|
#
|
||||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
# Copyright 2015 wywy, unless otherwise noted.
|
||||||
#
|
#
|
||||||
define fluentd::match (
|
define fluentd::match (
|
||||||
$ensure = present,
|
$ensure = present,
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
# Copyright
|
# Copyright
|
||||||
# ---------
|
# ---------
|
||||||
#
|
#
|
||||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
# Copyright 2015 wywy, unless otherwise noted.
|
||||||
#
|
#
|
||||||
define fluentd::plugin (
|
define fluentd::plugin (
|
||||||
$ensure = present,
|
$ensure = present,
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
# Copyright
|
# Copyright
|
||||||
# ---------
|
# ---------
|
||||||
#
|
#
|
||||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
# Copyright 2015 wywy, unless otherwise noted.
|
||||||
#
|
#
|
||||||
define fluentd::source (
|
define fluentd::source (
|
||||||
$ensure = present,
|
$ensure = present,
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "wywygmbh-fluentd",
|
"name": "wywygmbh-fluentd",
|
||||||
"version": "0.5.6",
|
"version": "0.5.6",
|
||||||
"author": "wywy GmbH",
|
"author": "wywy",
|
||||||
"summary": "Generic module for fluentd (td-agent).",
|
"summary": "Generic module for fluentd (td-agent).",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"source": "https://github.com/wywygmbh/puppet-fluentd",
|
"source": "https://github.com/wywy/puppet-fluentd",
|
||||||
"project_page": "https://github.com/wywygmbh/puppet-fluentd",
|
"project_page": "https://github.com/wywy/puppet-fluentd",
|
||||||
"issues_url": "https://github.com/wywygmbh/puppet-fluentd/issues",
|
"issues_url": "https://github.com/wywy/puppet-fluentd/issues",
|
||||||
"tags": ["fluentd", "td-agent"],
|
"tags": ["fluentd", "td-agent"],
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user