This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Description
It looks like the plugin system changed in recent Sonarqube versions, and hence, this puppet module doesn't work anymore.
If I use the puppet module to install the ldap plugin, it creates the file:
/var/local/sonar/extensions/plugins/sonar-ldap-plugin-2.1.0.507.jar
The plugin is not recognized as installed.
When I install the ldap plugin from the web UI, the following files are created:
/var/local/sonar/data/web/deploy/plugins/ldap
/var/local/sonar/data/web/deploy/plugins/ldap/META-INF
/var/local/sonar/data/web/deploy/plugins/ldap/META-INF/lib
/var/local/sonar/data/web/deploy/plugins/ldap/META-INF/lib/commons-lang-2.6.jar
/var/local/sonar/data/web/deploy/plugins/ldap/sonar-ldap-plugin-2.1.0.507.jar
And in sonar the plugin is recognized as installed.