And put the ssl cert out
[mirror/dsa-puppet.git] / modules / roles / manifests / www_mirror.pp
index 9cb9cf0..e3b1412 100644 (file)
@@ -8,4 +8,8 @@ class roles::www_mirror {
                site   => 'www.debian.org',
                content => template('roles/apache-www.debian.org.erb'),
        }
+
+       ssl::service { 'www.debian.org':
+               notify => Service['apache2'],
+       }
 }