Skip to content

Commit 319f6c1

Browse files
committed
added README file
1 parent 3e6ff35 commit 319f6c1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pypuppet/README

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Date: 3/15/2011
2+
Author: Corey Osman
3+
4+
Purpose:
5+
pypuppet is a wrapper module that is designed to hook into puppet via the rest api that puppetlabs has provided. It is meant to be a library for other projects that rely on puppet data that require an easy to use puppet interface.
6+
7+
This module is currently in development stages and does not work. Please don't use this until it has reached beta status. If you would like to contribute please get in touch me with.
8+
9+
Current Issues:
10+
- Yaml output from puppet is not well-formed.
11+
12+
13+
To Do
14+
- Create error handling for any type of connection issues
15+
- Create documentation
16+
- Create unit tests
17+
- Create class and functions that format results to pretty format

0 commit comments

Comments
 (0)