From bf3b714c57534cd8174a7ec6854eb54e3940c6d5 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 25 Mar 2012 13:30:19 +0000 Subject: fix module call --- modules/transifex/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 1310fb03..56ad2bf2 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -35,7 +35,7 @@ class transifex { source => 'svn://svn.mageia.org/svn/web/templates/transifex/trunk' } - apache::vhost_django_app { "transifex.$::domain": + apache::vhost::django_app { "transifex.$::domain": module => 'transifex', use_ssl => true, module_path => ['/usr/share/transifex','/usr/share','/usr/local/lib/'], -- cgit v1.2.1