pypuppetdb icon indicating copy to clipboard operation
pypuppetdb copied to clipboard

Python library for working with the PuppetDB API

Results 7 pypuppetdb issues
Sort by recently updated
recently updated
newest added

Instead of declaring types in the docstrings let's use PEP 484 type hints. Thanks to the sphinx-autodoc-typehints extension they will be added to the docs but also work as static...

Hello guys I retrieve a puppet environment inventory using pypuppetdb and i'm looking for a way to exclude puppet entries where noop was enabled. My python code is something like...

question

Added an attribute noop to the Node and Report class types, so it is easy to ascertain whether the node was in noop for a particular report in the case...

PyPuppetDB implement mainly the `pdb/query/` endpoint. It would be nice to have the others alos: * https://puppet.com/docs/puppetdb/4.4/api/admin/v1/cmd.html * https://puppet.com/docs/puppetdb/4.4/api/command/v1/commands.html * ...

enhancement

I wonder if there is any way to work with the encrypted private key. I didn't find anything about it in the documentation. When working directly with the puppet API,...

enhancement

It would be cool if this library could read the PuppetDB URL, certificate and key paths and [all other connect parameters](https://github.com/voxpupuli/pypuppetdb/blob/e6fffd5/pypuppetdb/__init__.py#L66-L68) from a config file. This would allow easier writing...

enhancement

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
python