Move security-tracker cert to puppet
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 4dcdb38..ef8a247 100644 (file)
@@ -87,4 +87,10 @@ class roles {
        if $::hostname in [ravel] {
                include roles::weblog_destination
        }
+
+       if $::hostname in [soler] {
+               ssl::service { 'security-tracker.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
 }