From 7ea86ceb945c6a32da38bac080b0129c91f807eb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 25 Aug 2013 11:37:43 +0200 Subject: [PATCH] Push piuparts cert to pejacevic --- modules/roles/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index ef8a24794..d13d45a29 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -93,4 +93,10 @@ class roles { notify => Service['apache2'], } } + + if $::hostname in [pejacevic] { + ssl::service { 'piuparts.debian.org': + notify => Service['apache2'], + } + } } -- 2.20.1