/[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 616 by misc, Wed Dec 15 01:39:32 2010 UTC revision 617 by misc, Wed Dec 15 01:39:33 2010 UTC
# Line 37  class transifex { Line 37  class transifex {
37      notify => Service['apache']      notify => Service['apache']
38    }    }
39    
40      file { "40-apps.conf":
41        path => "/etc/transifex/40-apps.conf",
42        ensure => present,
43        owner => root,
44        group => root,
45        mode => 644,
46        content => template("transifex/40-apps.conf"),
47        require => Package['transifex'],
48        notify => Service['apache']
49      }
50    
51    apache::vhost_django_app { "transifex.$domain":    apache::vhost_django_app { "transifex.$domain":
52      module => "transifex",      module => "transifex",
53      module_path => ["/usr/share/transifex","/usr/share"]      module_path => ["/usr/share/transifex","/usr/share"]

Legend:
Removed from v.616  
changed lines
  Added in v.617

  ViewVC Help
Powered by ViewVC 1.1.28