Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ziguzagu/puppet-module-tdagent

Manage td-agent and gem packages with fluent-gem by puppet
https://github.com/ziguzagu/puppet-module-tdagent

puppet ruby

Last synced: 2 months ago
JSON representation

Manage td-agent and gem packages with fluent-gem by puppet

Awesome Lists containing this project

README

        

# puppet-module-tdagent

Manage td-agent and gem packages with fluent-gem by puppet.

## Usage

```puppet
include td_agent

## You can install plugins by fluent-gem
package { [ 'fluent-plugin-datacounter', 'fluent-plugin-growthforecast' ]:
ensure => 'installed',
provider => 'fluentgem',
require => Package['td_agent'],
}
```

## Notice

This module is supported RHEL/CentOS, not supported Debian/Ubuntu for now.