From 4f26a50b0f6e5c5dc4f53766b54eadf5c20c7bf7 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 10 Apr 2015 09:57:44 -0500 Subject: [PATCH] Use the mirror_host var in cephlab_trusty.preseed Signed-off-by: Andrew Schoen --- roles/cobbler/templates/kickstarts/cephlab_trusty.preseed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cobbler/templates/kickstarts/cephlab_trusty.preseed b/roles/cobbler/templates/kickstarts/cephlab_trusty.preseed index 5463592..b2932d7 100755 --- a/roles/cobbler/templates/kickstarts/cephlab_trusty.preseed +++ b/roles/cobbler/templates/kickstarts/cephlab_trusty.preseed @@ -11,7 +11,7 @@ d-i console-setup/ask_detect boolean false # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string apt-mirror.sepia.ceph.com +d-i mirror/http/hostname string {{ mirror_host }} d-i mirror/http/directory string /archive.ubuntu.com/ubuntu d-i mirror/suite string trusty -- 2.39.5