https://github.com/michaelfarrow/puppet-log
https://github.com/michaelfarrow/puppet-log
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelfarrow/puppet-log
- Owner: michaelfarrow
- Created: 2015-04-12T22:18:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T08:34:54.000Z (about 11 years ago)
- Last Synced: 2024-04-17T04:35:34.670Z (about 2 years ago)
- Language: Puppet
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppet Log Module
```ruby
mod "puppetlabs/stdlib", "4.5.1"
mod "puppetlabs/concat", "1.2.0"
# dep: puppetlabs/stdlib
mod "ispavailability/beaver", "0.0.3"
# dep: puppetlabs/stdlib
# dep: puppetlabs/concat
mod "pdxcat/collectd", "3.2.0"
# dep: ispavailability/beaver
# dep: pdxcat/collectd
mod "weyforth/log",
git: "https://github.com/weyforth/puppet-log.git",
ref: "master"
```