aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/transifex/manifests/init.pp')
-rw-r--r--modules/transifex/manifests/init.pp14
1 files changed, 2 insertions, 12 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index d3d2ead2..1a643871 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -1,6 +1,6 @@
class transifex {
-
- package { ['transifex','python-psycopg2','python-django-auth-ldap']:
+ include django_application
+ package { 'transifex':
ensure => installed
}
@@ -74,16 +74,6 @@ class transifex {
notify => Service['apache']
}
- file { "custom_backend.py":
- path => "/usr/local/lib/custom_backend.py",
- ensure => present,
- owner => root,
- group => root,
- mode => 644,
- source => "puppet:///modules/transifex/custom_backend.py",
- notify => Service['apache']
- }
-
subversion::snapshot { $templates_dir:
source => "svn://svn.mageia.org/svn/web/templates/transifex/trunk"
}