This commit is contained in:
Marcin Kulisz 2016-09-23 09:30:41 +01:00
parent 22bb21f6fc
commit d3b954cf82
4 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ class BootstrapInformation(object):
self.volume = load_volume(self.manifest.volume, manifest.system['bootloader'])
# The default apt mirror
self.apt_mirror = self.manifest.packages.get('mirror', 'http://httpredir.debian.org/debian/')
self.apt_mirror = self.manifest.packages.get('mirror', 'http://deb.debian.org/debian/')
# Create the manifest_vars dictionary
self.manifest_vars = self.__create_manifest_vars(self.manifest, {'apt_mirror': self.apt_mirror})

View file

@ -114,7 +114,7 @@ Example:
bootstrapper:
workspace: /target
tarball: true
mirror: http://httpredir.debian.org/debian/
mirror: http://deb.debian.org/debian/
include_packages:
- whois
- psmisc
@ -195,7 +195,7 @@ variety of sources.
Default: ``false``
- ``mirror``: The default aptitude mirror.
``optional``
Default: ``http://httpredir.debian.org/debian/``
Default: ``http://deb.debian.org/debian/``
- ``sources``: A map of additional sources that should be added to
the aptitude sources list. The key becomes the filename in
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except

View file

@ -5,7 +5,7 @@ provider:
waagent:
version: 2.0.14
bootstrapper:
mirror: http://httpredir.debian.org/debian/
mirror: http://deb.debian.org/debian/
workspace: /target
system:
release: jessie

View file

@ -5,7 +5,7 @@ provider:
waagent:
version: 2.0.14
bootstrapper:
mirror: http://httpredir.debian.org/debian/
mirror: http://deb.debian.org/debian/
workspace: /target
system:
release: wheezy