paulbsd-salt/states/dokuwiki/templates/acl.auth.php.j2

5 lines
177 B
Plaintext
Raw Normal View History

2020-07-30 14:06:36 +02:00
{%- from "dokuwiki/map.jinja" import dokuwiki with context %}
{%- for key, value in dokuwiki.acls.items() %}
{{ value.scope }} {{ value.apply }} {{ value.right }}
{%- endfor %}