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:
parent
3098617708
commit
744de231fe
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user