/[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 1182 by misc, Wed Feb 23 16:47:12 2011 UTC revision 1194 by misc, Thu Feb 24 14:33:41 2011 UTC
# Line 81  class transifex { Line 81  class transifex {
81    apache::vhost_django_app { "transifex.$domain":    apache::vhost_django_app { "transifex.$domain":
82      module => "transifex",      module => "transifex",
83      use_ssl => true,      use_ssl => true,
84      module_path => ["/usr/share/transifex","/usr/share","/usr/local/lib/"]      module_path => ["/usr/share/transifex","/usr/share","/usr/local/lib/"],
85        aliases => { "/site_media/static/admin/" => "/usr/lib/python2.6/site-packages/django/contrib/admin/media/", },
86    }    }
87    
88    apache::vhost_redirect_ssl { "transifex.$domain": }    apache::vhost_redirect_ssl { "transifex.$domain": }

Legend:
Removed from v.1182  
changed lines
  Added in v.1194

  ViewVC Help
Powered by ViewVC 1.1.30