]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/init.pp
Deploy gobby cert to gombert
[dsa-puppet.git] / modules / roles / manifests / init.pp
index 249dde66973dde55bd610f8dd615645ce76c9018..b79a090aab5b379a8d9166d8f79c2c1a626f8fef 100644 (file)
@@ -190,4 +190,10 @@ class roles {
                        notify => Service['apache2'],
                }
        }
+
+       if has_role('gobby_debian_org') {
+               ssl::service { 'gobby.debian.org':
+                       tlsaport => 0,
+               }
+       }
 }