diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-15 13:02:47 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-15 13:02:47 +0800 |
commit | 2a9dc352f9d0caac4a28c05cc801a004182e960e (patch) | |
tree | 0a90efffccc8532df3d42e6f7357b4e7ec9c2875 /roles | |
parent | 147a93b2f08d1bb62ca6946a8ddff2974e418401 (diff) | |
download | debian-hpc-2a9dc352f9d0caac4a28c05cc801a004182e960e.tar.bz2 |
Use the same mirror for security updates
Diffstat (limited to 'roles')
-rw-r--r-- | roles/netinstall/templates/debian.preseed.cfg.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/netinstall/templates/debian.preseed.cfg.j2 b/roles/netinstall/templates/debian.preseed.cfg.j2 index c01f4e9..30c3e53 100644 --- a/roles/netinstall/templates/debian.preseed.cfg.j2 +++ b/roles/netinstall/templates/debian.preseed.cfg.j2 @@ -311,7 +311,7 @@ d-i apt-setup/contrib boolean true # Values shown below are the normal defaults. d-i apt-setup/services-select multiselect security, updates #d-i apt-setup/security_host string security.debian.org -d-i apt-setup/security_host string {{ apt_security_host }} +d-i apt-setup/security_host string {{ apt_mirror }} # Additional repositories, local[0-9] available #d-i apt-setup/local0/repository string \ |