And setup ferm, 2
[mirror/dsa-puppet.git] / modules / roles / manifests / search_frontend.pp
index a790cac..dc1861d 100644 (file)
@@ -1,5 +1,6 @@
 class roles::search_frontend {
        ssl::service { 'search.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }