Add certs for www-master and cgi.d.o
[mirror/dsa-puppet.git] / modules / roles / manifests / www_master.pp
1 class roles::www_master {
2         rsync::site { 'www_master':
3                 source => 'puppet:///modules/roles/www_master/rsyncd.conf',
4         }
5         ssl::service { 'www-master.debian.org':
6                 notify => Service['apache2'],
7                 key => true,
8         }
9 }