X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=5efac975e1a016062f8ba51b6005f17a24ecfc7b;hb=8d9666e63a8876fa5e85964fe5c1de8d849a9fe3;hp=e535a62b078bb543c7970633a6163f6ba182a40e;hpb=79bcc9aeded0f84856c4f80405e51cddcdea85f4;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index e535a62b0..5efac975e 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -351,4 +351,15 @@ class roles { if has_role('ports-master') { include roles::ports-master } + + if $::hostname in [klecker] { + onion::service { 'ftp.debian.org': + port => 80, + target_address => '130.89.148.12', + target_port => 81, + } + } + if $::hostname in [olin] { + onion::balance_service { 'ftp.debian.org': } + } }