summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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