Disable Gerrit drafts feature

Gerrit enables drafts by default but we want it disabled
because we prefer using the 'work in progress' (WIP) workflow.

Change-Id: I53f7a80a3b2596a9af32f6f910091fa3af1106e0
depends-on: Iea970a85d433d8707102a3dcaf8cbae2d5662b6e
This commit is contained in:
Khai Do 2015-12-08 18:48:15 -08:00
parent a17092eb6d
commit 479e5ca1c0

View File

@ -103,6 +103,7 @@ class openstack_project::gerrit (
vhost_name => $vhost_name, vhost_name => $vhost_name,
canonicalweburl => $canonicalweburl, canonicalweburl => $canonicalweburl,
# opinions # opinions
allow_drafts => false,
enable_melody => true, enable_melody => true,
melody_session => true, melody_session => true,
robots_txt_source => 'puppet:///modules/openstack_project/gerrit/robots.txt', robots_txt_source => 'puppet:///modules/openstack_project/gerrit/robots.txt',