From: Peter Palfrader Date: Mon, 13 Jul 2015 15:20:16 +0000 (+0200) Subject: install certs X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=41c59d96d67bfdee17af88a316d00b1e78433ae1 install certs --- diff --git a/modules/roles/manifests/dgit_browse.pp b/modules/roles/manifests/dgit_browse.pp index 9c7457c4..93026513 100644 --- a/modules/roles/manifests/dgit_browse.pp +++ b/modules/roles/manifests/dgit_browse.pp @@ -1,7 +1,7 @@ class roles::dgit_browse { - #ssl::service { 'browse.dgit.debian.org': - # notify => Service['apache2'], - #} + ssl::service { 'browse.dgit.debian.org': + notify => Service['apache2'], + } package { 'cgit': ensure => installed, } diff --git a/modules/roles/manifests/dgit_git.pp b/modules/roles/manifests/dgit_git.pp index a4c3856d..9c8b5f06 100644 --- a/modules/roles/manifests/dgit_git.pp +++ b/modules/roles/manifests/dgit_git.pp @@ -1,7 +1,7 @@ class roles::dgit_git { - #ssl::service { 'git.dgit.debian.org': - # notify => Service['apache2'], - #} + ssl::service { 'git.dgit.debian.org': + notify => Service['apache2'], + } apache2::site { '010-git.dgit.debian.org': site => 'git.dgit.debian.org',