From: Silvio Rhatto Date: Sat, 20 Jun 2015 01:30:53 +0000 (-0300) Subject: Adds markdown into git::daemon X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4fd6d4d1ae74fb2f53d3bb986691a5b0f87e1cd1;p=puppet-git.git Adds markdown into git::daemon --- diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 75c0af6..740a2ad 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -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, + } }