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

Merge pull request #20 from wywy/rename_company

Rename company
This commit is contained in:
Max Wilhelm 2017-08-17 16:52:38 +02:00 committed by GitHub
commit 78f9c03952
8 changed files with 15 additions and 15 deletions

View File

@ -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.

View File

@ -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/).

View File

@ -35,7 +35,7 @@
# Copyright
# ---------
#
# Copyright 2015 wywy GmbH, unless otherwise noted.
# Copyright 2015 wywy, unless otherwise noted.
#
define fluentd::filter (
$ensure = present,

View File

@ -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,

View File

@ -40,7 +40,7 @@
# Copyright
# ---------
#
# Copyright 2015 wywy GmbH, unless otherwise noted.
# Copyright 2015 wywy, unless otherwise noted.
#
define fluentd::match (
$ensure = present,

View File

@ -23,7 +23,7 @@
# Copyright
# ---------
#
# Copyright 2015 wywy GmbH, unless otherwise noted.
# Copyright 2015 wywy, unless otherwise noted.
#
define fluentd::plugin (
$ensure = present,

View File

@ -31,7 +31,7 @@
# Copyright
# ---------
#
# Copyright 2015 wywy GmbH, unless otherwise noted.
# Copyright 2015 wywy, unless otherwise noted.
#
define fluentd::source (
$ensure = present,

View File

@ -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": [
{