diff options
Diffstat (limited to 'deployment/wikis/manifests/init.pp')
-rw-r--r-- | deployment/wikis/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/wikis/manifests/init.pp b/deployment/wikis/manifests/init.pp index e37bb74a..7769c934 100644 --- a/deployment/wikis/manifests/init.pp +++ b/deployment/wikis/manifests/init.pp @@ -20,6 +20,6 @@ class wikis { location => '/dev/null', use_ssl => true, vhost => "wiki.$domain", - content => template("wiki/wiki_vhost.conf"), + content => template("wikis/wiki_vhost.conf"), } } |