From c2f4286410ff21ba7b60fffdf9f7d04af6b2c9ac Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 24 Jun 2016 17:44:12 -0300 Subject: Cgit: package --- manifests/cgit.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifests/cgit.pp b/manifests/cgit.pp index 07e664e..217bb5f 100644 --- a/manifests/cgit.pp +++ b/manifests/cgit.pp @@ -1,5 +1,3 @@ -# See http://git.ao2.it/gitweb_cgit_migration.git -# http://ao2.it/en/blog/2011/05/06/migrate-gitweb-cgit-url-rewrite-rules class git::cgit { package { 'cgit': ensure => $::lsbdistcodename ? { @@ -7,4 +5,9 @@ class git::cgit { default => present, } } + + # For synthax highlighting + #package { 'python-pygments': + # ensure => present, + #} } -- cgit v1.2.3