]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/init.pp
Deploy bugs-master cert
[dsa-puppet.git] / modules / roles / manifests / init.pp
index 8d81dd113d9ee34062cd82f92d6fa610d249b947..3eb5dfdb5f2bf51c87d6391cb3c23267427088a2 100644 (file)
@@ -34,6 +34,11 @@ class roles {
                        notify => Service['apache2'],
                }
        }
+       if has_role('bugs_master') {
+               ssl::service { 'bugs-master.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
 
        if has_role('ftp_master') {
                include roles::ftp_master