X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=aaada6438657f3c20904820f77568ecbaf1c9b1f;hb=7cdb822f4dfa565433e0e2eb3356055ec3a5c1aa;hp=c0b46e2d8e0c15c6537837eed3b9b19e63932a1e;hpb=deeab74647d436893c5bf0833e8f2314643d7c17;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index c0b46e2d8..aaada6438 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -210,6 +210,10 @@ class roles { include roles::rtc } + if has_role('jenkins') { + include roles::jenkins + } + if has_role('keystone') { include roles::keystone } @@ -266,4 +270,10 @@ class roles { if $::hostname in [lw01, lw02, lw03, lw04] { include snapshot } + + if has_role('veyepar.debian.org') { + ssl::service { 'veyepar.debian.org': + notify => Service['apache2'], + } + } }