X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=c0b46e2d8e0c15c6537837eed3b9b19e63932a1e;hb=deeab74647d436893c5bf0833e8f2314643d7c17;hp=4c8668471154fb97fd8e8ba1bdc838da9945a5ee;hpb=6a94b204599f27a5ec786e03242b594fb51bc7fc;p=dsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 4c866847..c0b46e2d 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -174,6 +174,10 @@ class roles { include roles::sso } + if has_role('sso_rp') { + include roles::sso_rp + } + if has_role('tracker') { include roles::tracker } @@ -258,4 +262,8 @@ class roles { if has_role('dgit_git') { include dgit_git } + + if $::hostname in [lw01, lw02, lw03, lw04] { + include snapshot + } }