Add basic syntax highlighting to cgit

* modules/cgit/manifests/init.pp: Add highlight package
dependency to cgit server

 * modules/openstack_project/files/git/cgitrc: Enable syntax
highlighting option

 * modules/openstack_project/files/git/openstack.css: Add basic
syntax highlighting, copied from CSS that used to ship with
cgit by default

Closes-Bug: #1228361

Change-Id: Ic496215b5782527ac8159dedf639e549debeed2b
This commit is contained in:
Elizabeth Krumbach Joseph
2013-09-30 12:33:00 -07:00
parent 6dab7f1a79
commit f1311ba097

View File

@@ -33,6 +33,7 @@ class cgit(
package { [
'cgit',
'git-daemon',
'highlight',
'socat',
]:
ensure => present,