From 43bc45491903e7a7f919ba3ddb13a74aa1916513 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 24 Feb 2011 18:52:54 +0000 Subject: add the 2 i18n group to tx db --- modules/transifex/manifests/init.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/transifex') diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 94932fef..0df42499 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -86,5 +86,10 @@ class transifex { } apache::vhost_redirect_ssl { "transifex.$domain": } - + + django_application::create_group { ["mga-i18n","mga-i18n-committers"]: + module => "transifex", + path => "/usr/share/transifex:/usr/share", + } + } -- cgit v1.2.1