From: Stephen Gran Date: Mon, 23 Apr 2012 11:03:24 +0000 (+0100) Subject: add backports::master X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9343a84a46edc4b6f8c1c24bbb48b9522fa21f3c;p=mirror%2Fdsa-puppet.git add backports::master Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 2b7949b67..8355c6947 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -94,6 +94,10 @@ node default { include roles::backports_mirror } + if $::hostname in [bizet,morricone] { + include roles::backports_master + } + if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') { include roles::ftp-upcoming_mirror }