Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ziguzagu/puppet-module-tdagent
- Owner: ziguzagu
- Created: 2013-02-19T03:07:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T07:32:54.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T10:17:19.328Z (4 months ago)
- Topics: puppet, ruby
- Language: Ruby
- Size: 217 KB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.