X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=fd6d30426de12a2512f832fe2e593a09f4c811da;hb=8845398fa77362b365b4d17e4e6a23648543c8f2;hp=6f62ca8fc83a34f99c9b99b02c3836b7898f2025;hpb=51a857499936461df0ae802ba74dff166ad3ca78;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 6f62ca8fc..fd6d30426 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -88,10 +88,6 @@ class roles { include roles::pubsub } - if getfromhash($site::nodeinfo, 'buildd_master') { - include roles::buildd_master - } - if $::hostname in [ravel] { include roles::weblog_destination } @@ -102,6 +98,18 @@ class roles { } } + if $::hostname in [bendel] { + ssl::service { 'lists.debian.org': + notify => Service['apache2'], + } + } + + if $::hostname in [ullmann] { + ssl::service { 'udd.debian.org': + notify => Service['apache2'], + } + } + if $::hostname in [pejacevic] { ssl::service { 'piuparts.debian.org': notify => Service['apache2'],