From 1b4e881d750a849d9c177b808344769f75bcccfa Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 27 Sep 2017 11:20:34 -0400 Subject: [PATCH] testnode: Update apt pinning URL Signed-off-by: David Galloway --- roles/testnode/templates/apt/ceph.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/testnode/templates/apt/ceph.pref b/roles/testnode/templates/apt/ceph.pref index 7cd94a94..c1e70b02 100644 --- a/roles/testnode/templates/apt/ceph.pref +++ b/roles/testnode/templates/apt/ceph.pref @@ -1,4 +1,4 @@ {# {{ ansible_managed }} #} Package: * -Pin: origin {{ gitbuilder_host }} +Pin: origin *.ceph.com Pin-Priority: 999 -- 2.47.3