diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/cgit.pp | 7 |
1 files changed, 7 insertions, 0 deletions
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, + } +} |