Greg Dubicki
Greg Dubicki
We have cases where we would like to automatically re-encrypt a bunch of hiera files using a different key pair. Note that those files contain both encrypted and unencrypted values....
...not requiring the app logging level to be set to TRACE and with configurable log address - syslog socket. I think that this fixes #45. As this is my first...
Hi! As you have noticed I have started to contribute to this project. I am doing that because I am POCing a service mesh solution for [Egnyte](https://github.com/egnyte) that is using...
Hi! Is HAProxy as a sidecar compatible with L7 traffic management features relatively recently added to Consul? If not but it is possible, then do you plan to implement it?...
It's recommended by the MongoDB docs: https://docs.mongodb.com/manual/tutorial/transparent-huge-pages/ See also https://github.com/voxpupuli/puppet-redis/issues/372.
and make the end of life message (arguably) more clear and direct. I think that making this project "archived" in GitHub would also convey the "unmaintained" message better.
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...
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...
Partially implements #286