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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1382 by misc, Tue Mar 22 17:43:44 2011 UTC revision 1383 by misc, Thu Mar 24 12:16:08 2011 UTC
# Line 80  class transifex { Line 80  class transifex {
80      aliases => { "/site_media/static/admin/" => "/usr/lib/python2.6/site-packages/django/contrib/admin/media/", },      aliases => { "/site_media/static/admin/" => "/usr/lib/python2.6/site-packages/django/contrib/admin/media/", },
81    }    }
82    
83      # tx need write access there when running in apache
84      file { "/var/lib/transifex/scratchdir/storage_files":
85        ensure => directory,
86        owner => apache,
87        group => apache,
88        require => Package['transifex'],
89      }
90    
91    apache::vhost_redirect_ssl { "transifex.$domain": }    apache::vhost_redirect_ssl { "transifex.$domain": }
92    
93    # the group are mapped from ldap, since AUTH_LDAP_FIND_GROUP_PERMS is set to yes    # the group are mapped from ldap, since AUTH_LDAP_FIND_GROUP_PERMS is set to yes

Legend:
Removed from v.1382  
changed lines
  Added in v.1383

  ViewVC Help
Powered by ViewVC 1.1.30