Historique | Voir | Annoter | Télécharger (6,12 ko)
Unify shebang for python scripts
Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
puppetdb: implement cert validation and client cert auth
It is very common for PuppetDB installs to run on a different host thanthe puppetmaster. In such cases, a certificate file is normally used toestablish an encrypted communication to the server.
The most common setup for this server certificate is to use a...
change category of puppet plugins to "other"
using the "devel" category is a bit weird. there's currently no goodcategory to place those into so let's use "other" instead.
create new plugin for graphing PuppetDB's usage of JVM Heapspace
PuppetDB requires a pretty high amount of memory allocated to it. If youdon't give enough memory space to the JVM, PuppetDB might crash when ithas fully used the available max memory. This plugin should be useful...