Push piuparts cert to pejacevic
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index ef8a247..d13d45a 100644 (file)
@@ -93,4 +93,10 @@ class roles {
                        notify => Service['apache2'],
                }
        }
+
+       if $::hostname in [pejacevic] {
+               ssl::service { 'piuparts.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
 }