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