mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
Change default mirror_host to gentoo-mirror.bakka.su (Caching HTTP only);
This commit is contained in:
parent
f0e561c45f
commit
42f91d966e
@ -1,7 +1,7 @@
|
|||||||
#!pydsl
|
#!pydsl
|
||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
include("augeas.lenses")
|
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)
|
make_conf = __salt__['pillar.get']('make_conf', False)
|
||||||
arch_conf = __salt__['pillar.get']('arch_conf', False)
|
arch_conf = __salt__['pillar.get']('arch_conf', False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user