diff --git a/modules/openstack_project/manifests/git_backend.pp b/modules/openstack_project/manifests/git_backend.pp index 3d2d7765c0..caebe11d98 100644 --- a/modules/openstack_project/manifests/git_backend.pp +++ b/modules/openstack_project/manifests/git_backend.pp @@ -46,7 +46,7 @@ class openstack_project::git_backend ( ssl_chain_file_contents => $ssl_chain_file_contents, behind_proxy => $behind_proxy, cgitrc_settings => { - 'clone_prefix' => 'git://git.openstack.org https://git.openstack.org', + 'clone-prefix' => 'git://git.openstack.org https://git.openstack.org', 'commit-filter' => '/usr/local/bin/commit-filter.sh', 'css' => '/static/openstack.css', 'favicon' => '/static/favicon.ico',