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

https://github.com/arusso/libpuppet

Simple and minimal puppet library for Ruby.
https://github.com/arusso/libpuppet

Last synced: over 1 year ago
JSON representation

Simple and minimal puppet library for Ruby.

Awesome Lists containing this project

README

          

# Purpose

Provides a simple library for querying a puppet master via the RESTful API.
Test against puppet 2.6 from EPEL.

## Future Objectives

- [x] replace curl calls with a rest-client library
- [ ] Refactor for better structure
- [ ] Implement more of the API