From 96882f821a4923d656e7f76ff02d9a4123cc969a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo.hornquist@liuformulastudent.se> Date: Sun, 10 May 2020 21:48:24 +0000 Subject: [PATCH] Enable liuformulastudent url. --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 2919723..92f0009 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -38,7 +38,7 @@ node 'liufs-test' { } wordpress { 'liufs-test': - # extra_url => [ 'liuformulastudent.se', ], + extra_url => [ 'liuformulastudent.se', ], webserver => apache, } } -- GitLab