From: Peter Palfrader Date: Wed, 9 Apr 2014 15:30:18 +0000 (+0200) Subject: Deploy gobby cert to gombert X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=inline;h=03c8bdc59da778e70a832fff2d867c0caf6dfa54;p=dsa-puppet.git Deploy gobby cert to gombert --- diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 872ad67a..1797b058 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -115,3 +115,5 @@ roles: - wolkenstein.debian.org postgres_backup_server: - backuphost.debian.org + gobby_debian_org: + - gombert.debian.org: diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 249dde66..b79a090a 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -190,4 +190,10 @@ class roles { notify => Service['apache2'], } } + + if has_role('gobby_debian_org') { + ssl::service { 'gobby.debian.org': + tlsaport => 0, + } + } }