summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-06 13:59:12 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:59 +0100
commit3de1f3358b1fe36fb2f28d67ced82b2dcbb94140 (patch)
tree923615a5c59529abe31eb18a53ef257963b8ef4d
parentEnsure nginx mod-dav-ext is installed. (diff)
downloadwebdav_server-3de1f3358b1fe36fb2f28d67ced82b2dcbb94140.tar.gz
webdav_server-3de1f3358b1fe36fb2f28d67ced82b2dcbb94140.tar.xz
Remove TODO comment about aur package.
-rw-r--r--manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 29e78d4..412ad14 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,7 +14,6 @@ define webdav_server (
}
) {
- # TODO install this module somehow, since it's only in the AUR
ensure_packages(['nginx-mainline-mod-dav-ext'])
require ::nginx