From 9343a84a46edc4b6f8c1c24bbb48b9522fa21f3c Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 23 Apr 2012 12:03:24 +0100 Subject: [PATCH] add backports::master Signed-off-by: Stephen Gran --- manifests/site.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 2b7949b6..8355c694 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 } -- 2.39.2