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.
- Host: GitHub
- URL: https://github.com/arusso/libpuppet
- Owner: arusso
- Created: 2012-04-18T19:37:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-09T18:40:24.000Z (over 13 years ago)
- Last Synced: 2025-02-05T22:57:22.392Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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