summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-12 02:34:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-12 02:34:15 +0100
commite880e82623f07ab2e530b1b87d8d2cc2922ef317 (patch)
tree8e66e61aa966b4d52659e17fc140b0c7474740de
parentRevert "Move webdav into profiles." (diff)
downloadwebdav_server-e880e82623f07ab2e530b1b87d8d2cc2922ef317.tar.gz
webdav_server-e880e82623f07ab2e530b1b87d8d2cc2922ef317.tar.xz
Ensure nginx mod-dav-ext is installed.
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f1a836c..29e78d4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,8 +14,8 @@ define webdav_server (
}
) {
- # TODO install this module somehow
- # AUR: nginx-mainline-mod-dav-ext
+ # TODO install this module somehow, since it's only in the AUR
+ ensure_packages(['nginx-mainline-mod-dav-ext'])
require ::nginx