diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-23 16:47:12 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-23 16:47:12 +0000 |
commit | a28b599f893057aca96270fd138bd1042f8d4a8c (patch) | |
tree | c4445e94afa818252f853096efadf2ff5da2a5b4 /modules | |
parent | d28b4f664c69e97c7615d6aafcf4141b4f63f342 (diff) | |
download | puppet-a28b599f893057aca96270fd138bd1042f8d4a8c.tar puppet-a28b599f893057aca96270fd138bd1042f8d4a8c.tar.gz puppet-a28b599f893057aca96270fd138bd1042f8d4a8c.tar.bz2 puppet-a28b599f893057aca96270fd138bd1042f8d4a8c.tar.xz puppet-a28b599f893057aca96270fd138bd1042f8d4a8c.zip |
finish the move to django_application common class
Diffstat (limited to 'modules')
-rw-r--r-- | modules/django_application/files/custom_backend.py (renamed from modules/transifex/files/custom_backend.py) | 0 | ||||
-rw-r--r-- | modules/transifex/manifests/init.pp | 14 |
2 files changed, 2 insertions, 12 deletions
diff --git a/modules/transifex/files/custom_backend.py b/modules/django_application/files/custom_backend.py index 828744fb..828744fb 100644 --- a/modules/transifex/files/custom_backend.py +++ b/modules/django_application/files/custom_backend.py 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" } |