# 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 ? { 'wheezy' => absent, default => present, } } }