/[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 624 by misc, Wed Dec 15 12:24:46 2010 UTC revision 627 by misc, Wed Dec 15 12:56:33 2010 UTC
# Line 61  class transifex { Line 61  class transifex {
61      notify => Service['apache']      notify => Service['apache']
62    }    }
63    
64      file { "50-apps.conf":
65        path => "/etc/transifex/50-apps.conf",
66        ensure => present,
67        owner => root,
68        group => root,
69        mode => 644,
70        content => template("transifex/50-apps.conf"),
71        require => Package['transifex'],
72        notify => Service['apache']
73      }
74    
75    apache::vhost_django_app { "transifex.$domain":    apache::vhost_django_app { "transifex.$domain":
76      module => "transifex",      module => "transifex",
77      use_ssl => true,      use_ssl => true,

Legend:
Removed from v.624  
changed lines
  Added in v.627

  ViewVC Help
Powered by ViewVC 1.1.30