system-config/modules/gerrit
Hunter Haugen 771adedbd4 Pass $mysql_password through to gerrit class
The `$mysql_password` variable is used by the `secure.config.erb`
template in the gerrit class, but is not passed from
openstack_project::review -> openstack_project::gerrit -> gerrit.
Instead it uses dynamic scopeing to find the variable and won't work in
Puppet 3. This adds the full parameter passing for Puppet 3.

This commit also adds "Template uses" comments immediately preceding
resources declarations which use a `template()` function to describe all
variables used by the gerrit templates. This greatly helps with
debugging issues such as this.

Change-Id: I747e3e4623444c0345a7aed3732b7d316f1a7726
2013-11-18 10:42:05 -08:00
..
files Add a fake contactstore CGI. 2013-01-18 20:11:32 +00:00
manifests Pass $mysql_password through to gerrit class 2013-11-18 10:42:05 -08:00
templates Un-Revert "Make gerrit email server configurable" 2013-10-12 17:10:03 +00:00