/[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 1181 by misc, Wed Dec 15 21:24:26 2010 UTC revision 1182 by misc, Wed Feb 23 16:47:12 2011 UTC
# Line 1  Line 1 
1  class transifex {  class transifex {
2        include django_application
3    package { ['transifex','python-psycopg2','python-django-auth-ldap']:    package { 'transifex':
4      ensure => installed      ensure => installed
5    }    }
6    
# Line 74  class transifex { Line 74  class transifex {
74      notify => Service['apache']      notify => Service['apache']
75    }    }
76    
   file { "custom_backend.py":  
     path => "/usr/local/lib/custom_backend.py",  
     ensure => present,  
     owner => root,  
     group => root,  
     mode => 644,  
     source => "puppet:///modules/transifex/custom_backend.py",  
     notify => Service['apache']  
   }  
   
77    subversion::snapshot { $templates_dir:    subversion::snapshot { $templates_dir:
78      source => "svn://svn.mageia.org/svn/web/templates/transifex/trunk"      source => "svn://svn.mageia.org/svn/web/templates/transifex/trunk"
79    }    }

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

  ViewVC Help
Powered by ViewVC 1.1.30