Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
Ruby plugins: apply code changes as suggested by "rubocop --auto-correct"
plugins/puppet/puppet_runtime: fix formatting
Used rufo https://github.com/ruby-formatter/rufo
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...
Plugins: unify shebang for ruby scripts
Plugin-Gallery: Better 2nd level headings
Retire plugin for old puppet master installations
- "puppetd" and "puppetmasterd" is no longer in use
- The use of "/etc/sysconfig" made this plugin specific for RedHat-ish systems
- any plugin to replace this should use the "puppet" command to get...
Merge pull request #514 from jasperla/puppet_runtime
Add plugin to retrieve the time puppet agent took to apply the catalog
Allow for a custom puppet facts directory
For example on OpenBSD, /var/lib/puppet doesn't exist and /var/puppet is used
document the plugin
specify units of compilation time
allow customizing tiem format, use standard
by default, syslog doesn't use iso timestamps..
use a proper interpretor
env is not in /bin in debian
- have some dirs