X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=a15eecf1c08fbd8e0d736da54bdad590b24930b5;hb=e0b1a0b3ceb9347132b1eebf89ecd37998fe6c13;hp=f287ec0c32c6c0fe059304199d9cd4649f8052f0;hpb=32ff4f2ef22aeb8b187928ad7bf1ebe2d470e2ed;p=dsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index f287ec0c..a15eecf1 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -103,4 +103,13 @@ class roles { notify => Service['apache2'], } } + + if $::hostname in [nono] { + ssl::service { 'nm.debian.org': + notify => Service['apache2'], + } + ssl::service { 'contributors.debian.org': + notify => Service['apache2'], + } + } }