summaryrefslogtreecommitdiffstats
path: root/modules/git
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-18 19:23:58 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-18 19:23:58 -0400
commitb6f9aff8517a9acb4041c9c0e9660c4f236a2e92 (patch)
tree6d55688a48a3c36e48102a08a22ed9f3b05b5062 /modules/git
parentd7902798c3bb8bad63d464fc30e2d9db96aa9e0b (diff)
downloadpuppet-tozt-b6f9aff8517a9acb4041c9c0e9660c4f236a2e92.tar.gz
puppet-tozt-b6f9aff8517a9acb4041c9c0e9660c4f236a2e92.zip
more cgit config
Diffstat (limited to 'modules/git')
-rw-r--r--modules/git/manifests/server.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/git/manifests/server.pp b/modules/git/manifests/server.pp
index 7d40be9..93219a7 100644
--- a/modules/git/manifests/server.pp
+++ b/modules/git/manifests/server.pp
@@ -3,6 +3,8 @@ class git::server {
[
"cgit",
"fcgiwrap",
+ "python-markdown",
+ "python-pygments",
]:
ensure => installed,
}