From b98ca19d555504c1b3909da4b2680e0041d7dd3e Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 14 Sep 2016 22:39:06 +0200 Subject: [PATCH] Add pkgmirror-csail --- hieradata/common.yaml | 1 + modules/apache2/manifests/init.pp | 2 +- modules/debian-org/misc/local.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 37b798953..8d54dd8ed 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -79,6 +79,7 @@ roles: packages: - picconi.debian.org - pkgmirror-1and1.debian.org + - pkgmirror-csail.debian.org packagesmaster: - picconi.debian.org packagesqamaster: diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index ac46632b0..decec23e6 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -139,7 +139,7 @@ class apache2 { script => 'ps_', } - if $::hostname in [beach,buxtehude,picconi,pkgmirror-1and1] { + if $::hostname in [beach,buxtehude,picconi,pkgmirror-1and1,pkgmirror-csail] { include apache2::dynamic } else { @ferm::rule { 'dsa-http': diff --git a/modules/debian-org/misc/local.yaml b/modules/debian-org/misc/local.yaml index e805c1e7e..108f3719d 100644 --- a/modules/debian-org/misc/local.yaml +++ b/modules/debian-org/misc/local.yaml @@ -146,6 +146,7 @@ host_settings: - rautavaara.debian.org # mirrors, secondaries, syncproxies - pkgmirror-1and1.debian.org + - pkgmirror-csail.debian.org - steffani.debian.org # porterbox - abel.debian.org -- 2.20.1