Modified: puppet/modules/transifex/manifests/init.pp
===================================================================
--- puppet/modules/transifex/manifests/init.pp 2010-12-15 01:39:30 UTC (rev 614)
+++ puppet/modules/transifex/manifests/init.pp 2010-12-15 01:39:31 UTC (rev 615)
@@ -22,7 +22,8 @@
group => apache,
mode => 640,
content => template("transifex/20-engines.conf"),
- require => Package['transifex']
+ require => Package['transifex'],
+ notify => Service['apache']
}
file { "30-site.conf":
@@ -32,7 +33,8 @@
group => root,
mode => 644,
content => template("transifex/30-site.conf"),
- require => Package['transifex']
+ require => Package['transifex'],
+ notify => Service['apache']
}
# apache::vhost_django_app { "transifex.$domain":