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