reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / wiki.pp
1 class roles::wiki {
2         ssl::service { 'wiki.debian.org':
3                 notify  => Exec['service apache2 reload'],
4                 key => true,
5         }
6         rsync::site { 'wiki':
7                 source => 'puppet:///modules/roles/wiki/rsyncd.conf',
8         }
9 }