]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Adds markdown into git::daemon
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 01:30:53 +0000 (22:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 01:30:53 +0000 (22:30 -0300)
manifests/daemon.pp

index 75c0af667828ac64f156dce92b697692195ac5a5..740a2addd7a71eaf1544344e3cd836cc03abbc90 100644 (file)
@@ -86,4 +86,10 @@ class git::daemon (
     ensure => present,
     notify => Service['inetd'],
   }
+
+  # See http://bastian.rieck.ru/blog/posts/2013/gitweb_readme_workflow/
+  #     https://stackoverflow.com/questions/8321649/gitweb-how-to-display-markdown-file-in-html-format-automatically-like-github
+  package { 'markdown':
+    ensure  => present,
+  }
 }