]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Adds git::cgit
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 20:23:35 +0000 (17:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 20:23:35 +0000 (17:23 -0300)
manifests/cgit.pp [new file with mode: 0644]

diff --git a/manifests/cgit.pp b/manifests/cgit.pp
new file mode 100644 (file)
index 0000000..0430190
--- /dev/null
@@ -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,
+  }
+}