/[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 630 by misc, Wed Dec 15 15:13:18 2010 UTC revision 632 by misc, Wed Dec 15 21:24:26 2010 UTC
# Line 74  class transifex { Line 74  class transifex {
74      notify => Service['apache']      notify => Service['apache']
75    }    }
76    
77      file { "custom_backend.py":
78        path => "/usr/local/lib/custom_backend.py",
79        ensure => present,
80        owner => root,
81        group => root,
82        mode => 644,
83        source => "puppet:///modules/transifex/custom_backend.py",
84        notify => Service['apache']
85      }
86    
87    subversion::snapshot { $templates_dir:    subversion::snapshot { $templates_dir:
88      source => "svn://svn.mageia.org/svn/web/templates/transifex/trunk"      source => "svn://svn.mageia.org/svn/web/templates/transifex/trunk"
89    }    }
# Line 81  class transifex { Line 91  class transifex {
91    apache::vhost_django_app { "transifex.$domain":    apache::vhost_django_app { "transifex.$domain":
92      module => "transifex",      module => "transifex",
93      use_ssl => true,      use_ssl => true,
94      module_path => ["/usr/share/transifex","/usr/share"]      module_path => ["/usr/share/transifex","/usr/share","/usr/local/lib/"]
95    }    }
96    
97    apache::vhost_redirect_ssl { "transifex.$domain": }    apache::vhost_redirect_ssl { "transifex.$domain": }

Legend:
Removed from v.630  
changed lines
  Added in v.632

  ViewVC Help
Powered by ViewVC 1.1.30