diff options
-rw-r--r-- | manifests/daemon.pp | 6 |
1 files changed, 6 insertions, 0 deletions
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, + } } |