From ffbdcbdf64f301dc13b9224ec00c7c47901d3636 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 22 Oct 2011 23:56:56 +0000 Subject: fix typo --- deployment/wikis/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/wikis') 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"), } } -- cgit v1.2.1