diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 15154c2710..8530ed2222 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -148,6 +148,7 @@ class openstack_project::gerrit ( mysql_root_password => $mysql_root_password, email_private_key => $email_private_key, replicate_github => $replicate_github, + replicate_local => $replicate_local, testmode => $testmode, require => Class[openstack_project::server], }