aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-17 15:35:10 +0000
committerMichael Scherer <misc@mageia.org>2010-11-17 15:35:10 +0000
commitd3918db07bb550d340c95b6ab495a346733c9c25 (patch)
treef8f8c07761af82917cad825ee895183e4bc90eda /modules/transifex
parente3241bb3df3a21e26c077cdcbb559e038fd7388f (diff)
downloadpuppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar
puppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar.gz
puppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar.bz2
puppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar.xz
puppet-d3918db07bb550d340c95b6ab495a346733c9c25.zip
- add a proto module for taking care of pam ( need pam_ldap, etc support, and a review of the pam config file too )
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index 9485a6b7..9199d6a4 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -12,4 +12,8 @@ class transifex {
mode => 755,
content => template("transifex/20-engines.conf")
}
+
+ apache::vhost_django_app { "transifex.$domain":
+ module => "transifex"
+ }
}