hiera -> hiera role; explicitly include apache2
[mirror/dsa-puppet.git] / modules / roles / manifests / wiki.pp
index b5939dc..b6fb7e8 100644 (file)
@@ -1,6 +1,6 @@
 class roles::wiki {
        ssl::service { 'wiki.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
                key => true,
        }
        rsync::site { 'wiki':