From f1311ba097c988ebae77ea8b18f6dbd7a6c9b6cd Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Joseph Date: Mon, 30 Sep 2013 12:33:00 -0700 Subject: [PATCH] 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 --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index e0a3768..06f0e75 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,6 +33,7 @@ class cgit( package { [ 'cgit', 'git-daemon', + 'highlight', 'socat', ]: ensure => present,