Change default mirror_host to gentoo-mirror.bakka.su (Caching HTTP only);

This commit is contained in:
Antsiferov Grigory 2017-05-09 16:23:25 +03:00
parent f0e561c45f
commit 42f91d966e

View File

@ -1,7 +1,7 @@
#!pydsl
# -*- mode: python -*-
include("augeas.lenses")
mirror_host = __salt__['pillar.get']('gentoo_mirror_host', 'gentoo.bakka.su')
mirror_host = __salt__['pillar.get']('gentoo_mirror_host', 'gentoo-mirror.bakka.su')
make_conf = __salt__['pillar.get']('make_conf', False)
arch_conf = __salt__['pillar.get']('arch_conf', False)