Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoftware/gem-puppet-herald-client
Client for Herald, a Puppet report processor
https://github.com/wavesoftware/gem-puppet-herald-client
Last synced: about 13 hours ago
JSON representation
Client for Herald, a Puppet report processor
- Host: GitHub
- URL: https://github.com/wavesoftware/gem-puppet-herald-client
- Owner: wavesoftware
- License: apache-2.0
- Created: 2015-04-16T19:54:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T10:36:13.000Z (over 9 years ago)
- Last Synced: 2024-04-24T19:32:29.069Z (7 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
puppet-herald-client gem
========[![GitHub Issues](https://img.shields.io/github/issues/wavesoftware/gem-puppet-herald-client.svg)](https://github.com/wavesoftware/gem-puppet-herald-client/issues) [![Gem](http://img.shields.io/gem/v/puppet-herald-client.svg)](https://rubygems.org/gems/puppet-herald-client) [![GitHub Release](https://img.shields.io/github/release/wavesoftware/gem-puppet-herald-client.svg)](https://github.com/wavesoftware/gem-puppet-herald-client/releases) [![Apache 2.0 License](http://img.shields.io/badge/license-Apache%202.0-green.svg)](https://raw.githubusercontent.com/wavesoftware/gem-puppet-herald-client/develop/LICENSE) [![Build Status](https://img.shields.io/travis/wavesoftware/gem-puppet-herald-client/master.svg)](https://travis-ci.org/wavesoftware/gem-puppet-herald-client) [![Dependency Status](https://gemnasium.com/wavesoftware/gem-puppet-herald-client.svg)](https://gemnasium.com/wavesoftware/gem-puppet-herald-client) [![Coverage Status](https://img.shields.io/coveralls/wavesoftware/gem-puppet-herald-client/master.svg)](https://coveralls.io/r/wavesoftware/gem-puppet-herald-client?branch=master) [![Code Climate](https://codeclimate.com/github/wavesoftware/gem-puppet-herald-client/badges/gpa.svg?branch=master)](https://codeclimate.com/github/wavesoftware/gem-puppet-herald-client) [![Inline docs](http://inch-ci.org/github/wavesoftware/gem-puppet-herald-client.svg?branch=master)](http://inch-ci.org/github/wavesoftware/gem-puppet-herald-client)
Overview
--------This is a client for [Herald](https://github.com/wavesoftware/gem-puppet-herald). Herald is a puppet report processor. He provides a gateway for consuming puppet reports, a REST API and a simple Web app to display reports.
###Contributing
Contributions are welcome!
To contribute, follow the standard [git flow](http://danielkummer.github.io/git-flow-cheatsheet/) of:
1. Fork it
1. Create your feature branch (`git checkout -b feature/my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin feature/my-new-feature`)
1. Create new Pull RequestEven if you can't contribute code, if you have an idea for an improvement please open an [issue](https://github.com/wavesoftware/gem-puppet-herald/issues).