Simplify lookups now that security_mirror is a hash
[mirror/dsa-puppet.git] / modules / roles / manifests / www_master.pp
index 856721c..aabe5f2 100644 (file)
@@ -1,6 +1,6 @@
 class roles::www_master {
-               rsync::site { 'www_master':
-                       source => 'puppet:///modules/roles/www_master/rsyncd.conf',
-               }
-
+       ssl::service { 'www-master.debian.org':
+               notify  => Exec['service apache2 reload'],
+               key => true,
+       }
 }