diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-22 23:56:56 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-22 23:56:56 +0000 |
commit | ffbdcbdf64f301dc13b9224ec00c7c47901d3636 (patch) | |
tree | 653edb95ae967f1cf2801f4a18857c10350ef5f2 | |
parent | e625d57308bddda149bf123e4305d5fe3e6bb81b (diff) | |
download | puppet-ffbdcbdf64f301dc13b9224ec00c7c47901d3636.tar puppet-ffbdcbdf64f301dc13b9224ec00c7c47901d3636.tar.gz puppet-ffbdcbdf64f301dc13b9224ec00c7c47901d3636.tar.bz2 puppet-ffbdcbdf64f301dc13b9224ec00c7c47901d3636.tar.xz puppet-ffbdcbdf64f301dc13b9224ec00c7c47901d3636.zip |
fix typo
-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"), } } |