diff options
Diffstat (limited to 'roles/wiki')
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 3 | ||||
-rw-r--r-- | roles/wiki/tasks/main.yml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index dc82e28..fb61c59 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -50,6 +50,7 @@ add_plugins: - highlight - toc - htmlbalance + - comments ### - isWebsite # plugins to disable @@ -265,7 +266,7 @@ virus_checker: clamdscan - # comments plugin # PageSpec of pages where comments are allowed -#comments_pagespec: blog/* and !*/Discussion +comments_pagespec: tracker/* # PageSpec of pages where posting new comments is not allowed #comments_closed_pagespec: blog/controversial or blog/flamewar # Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12" diff --git a/roles/wiki/tasks/main.yml b/roles/wiki/tasks/main.yml index 8622ebd..c8a0d0f 100644 --- a/roles/wiki/tasks/main.yml +++ b/roles/wiki/tasks/main.yml @@ -4,6 +4,7 @@ - ikiwiki - highlight-common - libhighlight-perl + - libimage-magick-perl - fcgiwrap - name: Create a user 'ikiwiki' |