module/gerrit: set explicitly user and email
The user section of the gerrit.config allows to set defaults for
user and email that gerrit use to identify itself when doing
administration tasks. Set them explicitly.
diff --git a/module/gerrit/scheme.sh b/module/gerrit/scheme.sh
index 15cd6c0..7d3debe 100644
--- a/module/gerrit/scheme.sh
+++ b/module/gerrit/scheme.sh
@@ -101,6 +101,10 @@
[hooks]
path = ${_GERRIT_HOOKS_CON_D_}
+[user]
+ name = \"Giggi Code Review\"
+ email = \"gerrit@giggi.me\"
+
${config_t_has_secure_config}"
# secure.config isn't part of the instance create/update process, however