]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
push the cert to bugs
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 8 Jan 2014 21:55:30 +0000 (22:55 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 8 Jan 2014 21:55:30 +0000 (22:55 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
hieradata/common.yaml
modules/roles/manifests/init.pp

index 0d9ee5f3867821815625a512ac6c63aea0457152..d27ed15e7ac28a38c14a899d23aa4a7ec15f5a29 100644 (file)
@@ -8,6 +8,9 @@ roles:
     - buxtehude.debian.org
   bugs_mirror:
     - beach.debian.org
+  bugs_base:
+    - buxtehude.debian.org
+    - beach.debian.org
   buildd_master:
     - wuiet.debian.org
   contributors:
index 1f610aeeee014e399f88ddee231997cbbeedaa1f..8a5e19dac35ae81d78e07e0bd53e6493aaae15d8 100644 (file)
@@ -27,6 +27,9 @@ class roles {
 
        if has_role('bugs_mirror') {
                include roles::bugs_mirror
+       }
+
+       if has_role('bugs_base') {
                ssl::service { 'bugs.debian.org':
                        notify => Service['apache2'],
                }