summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-12 00:31:00 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-12 00:32:04 +0100
commit4cacdf46e81dfd03d82886935b26f1cb0a8433df (patch)
treed51d4316e0b0493c0ea5c1cfc855562b796499cc
parentMade wpa-supplicant interfaces hash non-optional. (diff)
downloadwebdav_server-4cacdf46e81dfd03d82886935b26f1cb0a8433df.tar.gz
webdav_server-4cacdf46e81dfd03d82886935b26f1cb0a8433df.tar.xz
Shiori require nginx if applicable.
-rw-r--r--modules/shiori/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shiori/manifests/init.pp b/modules/shiori/manifests/init.pp
index a8622e8..ebeb0d0 100644
--- a/modules/shiori/manifests/init.pp
+++ b/modules/shiori/manifests/init.pp
@@ -73,6 +73,7 @@ class shiori (
}
if ($nginx) {
+ include ::nginx
$certname = $nginx['certname']
nginx::resource::server { $nginx['server_name']:
ipv6_enable => true,