/[adm]/puppet/modules/transifex/manifests/init.pp
ViewVC logotype

Annotation of /puppet/modules/transifex/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 265 - (hide annotations) (download)
Wed Nov 17 15:35:10 2010 UTC (13 years, 5 months ago) by misc
File size: 415 byte(s)
- add a proto module for taking care of pam ( need pam_ldap, etc support, and a review of the pam config file too )
1 dmorgan 177 class transifex {
2     package { 'transifex':
3     ensure => installed
4     }
5 dmorgan 240
6     $password = extlookup("transifex_password")
7 misc 191 file { "20-engines.conf":
8 dmorgan 177 path => "/etc/transifex/20-engines.conf",
9     ensure => present,
10     owner => root,
11     group => root,
12     mode => 755,
13     content => template("transifex/20-engines.conf")
14     }
15 misc 265
16     apache::vhost_django_app { "transifex.$domain":
17     module => "transifex"
18     }
19 dmorgan 177 }

  ViewVC Help
Powered by ViewVC 1.1.30