You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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