aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 01:39:33 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 01:39:33 +0000
commit3e5f72b5d819a37cd9111a723d241b02ae4da6c6 (patch)
treeba3ef61e30d0e4cd164fe453f13b1f9102593b84 /modules/transifex/manifests
parentda443beca9689ea84661d106e79686dcc18ba52d (diff)
downloadpuppet-3e5f72b5d819a37cd9111a723d241b02ae4da6c6.tar
puppet-3e5f72b5d819a37cd9111a723d241b02ae4da6c6.tar.gz
puppet-3e5f72b5d819a37cd9111a723d241b02ae4da6c6.tar.bz2
puppet-3e5f72b5d819a37cd9111a723d241b02ae4da6c6.tar.xz
puppet-3e5f72b5d819a37cd9111a723d241b02ae4da6c6.zip
disable transifex authentication to use native one on django ( and so ldap )
Diffstat (limited to 'modules/transifex/manifests')
-rw-r--r--modules/transifex/manifests/init.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index 71ca1817..e6894726 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -37,6 +37,17 @@ class transifex {
notify => Service['apache']
}
+ file { "40-apps.conf":
+ path => "/etc/transifex/40-apps.conf",
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 644,
+ content => template("transifex/40-apps.conf"),
+ require => Package['transifex'],
+ notify => Service['apache']
+ }
+
apache::vhost_django_app { "transifex.$domain":
module => "transifex",
module_path => ["/usr/share/transifex","/usr/share"]