puppet-gerrit/manifests
Ian Wienand 5c44d09dc7 Create index on fresh install
A fresh install of gerrit was refusing to start with

  com.google.inject.ProvisionException: Unable to provision, see the following errors:

  1) No index versions ready; run Reindex

Because we pre-populate some of the directories in review_site, gerrit
init thinks it is in an upgrade situation and does not create or touch
the index.  Thus manually create the index when we are initalising a
new site.

Also, the gerrit-reindex doesn't have to subscribe to the
gerrit-initial-init; it should only be triggered on updates if
offline-indexing is wanted/required.

Change-Id: I98ce9ff87570a86e9b58b38d0605313ee5ee2758
2016-08-25 12:35:44 +10:00
..
cron.pp Ensure git cronjob absent for correct user 2016-08-05 19:55:53 +00:00
init.pp Create index on fresh install 2016-08-25 12:35:44 +10:00
mysql.pp Add logic to use use available mysql module 2016-01-18 14:46:16 -08:00
plugin.pp Fix gerrit plugin installation 2016-05-26 09:34:26 -07:00
remotes.pp Add Gemfile and puppet 4 checks 2015-07-23 15:03:20 -07:00
user.pp puppetize installation of gerrit third party plugins 2014-07-08 21:27:15 -07:00
welcome.pp Add class to handle welcome rsa key 2015-08-08 12:25:32 +02:00