From 4fd6d4d1ae74fb2f53d3bb986691a5b0f87e1cd1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jun 2015 22:30:53 -0300 Subject: Adds markdown into git::daemon --- manifests/daemon.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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, + } } -- cgit v1.2.3