Version information
released Jul 4th 2013
Start using this module
Add this module to your Puppetfile:
mod 'arioch-lumberjack', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
arioch/lumberjack — version 0.0.1 Jul 4th 2013
Puppet Lumberjack
Build status
Example usage
Install lumberjack
node /box/ {
include lumberjack
}
Configure lumberjack
node /box/ {
class { 'lumberjack':
host => '127.0.0.1',
port => 5000,
window_size => 1024,
logs => [ '/var/log/*', '/var/log/*/*' ],
}
}
Contributing
- Fork it
- Create a feature branch (
git checkout -b my-new-feature
) - Run rspec tests (
bundle exec rake spec
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (C) 2012 Tom De Vylder Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, 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.