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"] |