diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 0253dcb75b..92fdb12ff3 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -55,6 +55,7 @@ class openstack_project::gerrit ( $token_private_key = '', $replicate_local = true, $replication_force_update = true, + $replication_auto_reload = false, $replication = [], $local_git_dir = '/opt/lib/git', $jeepyb_cache_dir = '/opt/lib/jeepyb', @@ -183,6 +184,7 @@ class openstack_project::gerrit ( replicate_local => $replicate_local, replicate_path => $local_git_dir, replication_force_update => $replication_force_update, + replication_auto_reload => $replication_auto_reload, replication => $replication, gitweb => $gitweb, cgit => $cgit, diff --git a/modules/openstack_project/manifests/review_dev.pp b/modules/openstack_project/manifests/review_dev.pp index 5208e4076c..c8da38523e 100644 --- a/modules/openstack_project/manifests/review_dev.pp +++ b/modules/openstack_project/manifests/review_dev.pp @@ -86,6 +86,7 @@ class openstack_project::review_dev ( swift_username => $swift_username, swift_password => $swift_password, replication_force_update => true, + replication_auto_reload => true, commentlinks => [ { name => 'bugheader',