mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
commit
78f9c03952
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2015 wywy GmbH
|
||||
Copyright 2015 wywy
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (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)
|
||||
[![Build Status](https://travis-ci.org/wywygmbh/puppet-fluentd.svg?branch=master)](https://travis-ci.org/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/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
|
||||
|
||||
Copyright 2015 wywy GmbH
|
||||
Copyright 2015 wywy
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (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
|
||||
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 2015 wywy GmbH, unless otherwise noted.
|
||||
# Copyright 2015 wywy, unless otherwise noted.
|
||||
#
|
||||
define fluentd::filter (
|
||||
$ensure = present,
|
||||
|
@ -62,7 +62,7 @@
|
||||
# Copyright
|
||||
# ---------
|
||||
#
|
||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
||||
# Copyright 2015 wywy, unless otherwise noted.
|
||||
#
|
||||
class fluentd (
|
||||
$repo_manage = $::fluentd::params::repo_manage,
|
||||
|
@ -40,7 +40,7 @@
|
||||
# Copyright
|
||||
# ---------
|
||||
#
|
||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
||||
# Copyright 2015 wywy, unless otherwise noted.
|
||||
#
|
||||
define fluentd::match (
|
||||
$ensure = present,
|
||||
|
@ -23,7 +23,7 @@
|
||||
# Copyright
|
||||
# ---------
|
||||
#
|
||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
||||
# Copyright 2015 wywy, unless otherwise noted.
|
||||
#
|
||||
define fluentd::plugin (
|
||||
$ensure = present,
|
||||
|
@ -31,7 +31,7 @@
|
||||
# Copyright
|
||||
# ---------
|
||||
#
|
||||
# Copyright 2015 wywy GmbH, unless otherwise noted.
|
||||
# Copyright 2015 wywy, unless otherwise noted.
|
||||
#
|
||||
define fluentd::source (
|
||||
$ensure = present,
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "wywygmbh-fluentd",
|
||||
"version": "0.5.6",
|
||||
"author": "wywy GmbH",
|
||||
"author": "wywy",
|
||||
"summary": "Generic module for fluentd (td-agent).",
|
||||
"license": "Apache-2.0",
|
||||
"source": "https://github.com/wywygmbh/puppet-fluentd",
|
||||
"project_page": "https://github.com/wywygmbh/puppet-fluentd",
|
||||
"issues_url": "https://github.com/wywygmbh/puppet-fluentd/issues",
|
||||
"source": "https://github.com/wywy/puppet-fluentd",
|
||||
"project_page": "https://github.com/wywy/puppet-fluentd",
|
||||
"issues_url": "https://github.com/wywy/puppet-fluentd/issues",
|
||||
"tags": ["fluentd", "td-agent"],
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user