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 /group_vars/master | |
parent | 147a93b2f08d1bb62ca6946a8ddff2974e418401 (diff) | |
download | debian-hpc-2a9dc352f9d0caac4a28c05cc801a004182e960e.tar.bz2 |
Use the same mirror for security updates
Diffstat (limited to 'group_vars/master')
-rw-r--r-- | group_vars/master | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/group_vars/master b/group_vars/master index d5084e5..fae6302 100644 --- a/group_vars/master +++ b/group_vars/master @@ -29,9 +29,7 @@ lan_netmask: 255.255.255.0 tftp_root: /srv/tftp -# Mirror from where to install packages +# Mirror from where to install packages (HTTP), and security updates. apt_mirror: ftp.sjtu.edu.cn -# Source for the security updates -apt_security_host: ftp.sjtu.edu.cn # vim: set ft=yaml sw=2: |