diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 17:44:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 17:44:12 -0300 |
commit | c2f4286410ff21ba7b60fffdf9f7d04af6b2c9ac (patch) | |
tree | 823f7781949416b287acc36b89635d4ea3bc3933 | |
parent | 7d396a010325bd7a1a55d9ad946e4c34901b059e (diff) | |
download | puppet-git-c2f4286410ff21ba7b60fffdf9f7d04af6b2c9ac.tar.gz puppet-git-c2f4286410ff21ba7b60fffdf9f7d04af6b2c9ac.tar.bz2 |
Cgit: package
-rw-r--r-- | manifests/cgit.pp | 7 |
1 files 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, + #} } |