From 03c8bdc59da778e70a832fff2d867c0caf6dfa54 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 9 Apr 2014 17:30:18 +0200 Subject: [PATCH] Deploy gobby cert to gombert --- hieradata/common.yaml | 2 ++ modules/roles/manifests/init.pp | 6 ++++++ 2 files changed, 8 insertions(+) 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, + } + } } -- 2.39.2