From: Silvio Rhatto Date: Fri, 19 Jun 2015 20:23:35 +0000 (-0300) Subject: Adds git::cgit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=446a977b1d4af003c8d0439d25b5819265ce9749;p=puppet-git.git Adds git::cgit --- diff --git a/manifests/cgit.pp b/manifests/cgit.pp new file mode 100644 index 0000000..0430190 --- /dev/null +++ b/manifests/cgit.pp @@ -0,0 +1,7 @@ +# 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 => present, + } +}