aboutsummaryrefslogtreecommitdiff
path: root/manifests/cgit.pp
blob: 07e664ee451f3582145c21e8e4c604776ac86396 (plain)
1
2
3
4
5
6
7
8
9
10
# 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,
    }
  }
}