aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/transifex/manifests/init.pp7
1 files changed, 6 insertions, 1 deletions
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",
+ }
+
}