install snapshot cert
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_web.pp
index be21714..3067981 100644 (file)
@@ -8,6 +8,10 @@ class roles::snapshot_web {
                ensure => 'installed',
        })
 
+       ssl::service { 'snapshot.debian.org':
+               notify  => Exec['service apache2 reload'],
+               key => true,
+       }
        apache2::site { '020-snapshot.debian.org':
                site   => 'snapshot.debian.org',
                content => template('roles/snapshot/snapshot.debian.org.conf.erb')