]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Cgit: package
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Jun 2016 20:44:12 +0000 (17:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Jun 2016 20:44:12 +0000 (17:44 -0300)
manifests/cgit.pp

index 07e664ee451f3582145c21e8e4c604776ac86396..217bb5fa7f97c6b58d709b0670fd2f54bc4b8b15 100644 (file)
@@ -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,
+  #}
 }