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
commit83c75103a30eff2f3339172696d7696015ef1a8b (patch)
tree947fe548c793a9c3c57e8718fc59651b45050467
parentConfigure shiori. (diff)
downloadshiori-83c75103a30eff2f3339172696d7696015ef1a8b.tar.gz
shiori-83c75103a30eff2f3339172696d7696015ef1a8b.tar.xz
Shiori require nginx if applicable.
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a8622e8..ebeb0d0 100644
--- a/manifests/init.pp
+++ b/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,