Use valid cgitrc configuration key

The cgitrc configuration should be 'clone-prefix' not 'clone_prefix'[1]
This fix will correctly override the default set in puppet-cgit.

[1] http://git.zx2c4.com/cgit/tree/cgitrc.5.txt

Change-Id: Ie96e046febcacc5359fe449b82ee6f32bcac9287
This commit is contained in:
Timothy Chavez 2015-07-21 18:50:17 -05:00
parent 3098617708
commit 744de231fe
1 changed files with 1 additions and 1 deletions

View File

@ -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',