mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Updated Readme and example manifest for jessie-lvm kmv
This commit is contained in:
parent
c0350e7c8a
commit
ae8194967c
2 changed files with 6 additions and 1 deletions
|
@ -200,6 +200,9 @@ variety of sources.
|
||||||
- ``mirror``: The default aptitude mirror.
|
- ``mirror``: The default aptitude mirror.
|
||||||
``optional``
|
``optional``
|
||||||
Default: ``http://deb.debian.org/debian/``
|
Default: ``http://deb.debian.org/debian/``
|
||||||
|
- ``security``: The default security mirror.
|
||||||
|
``optional``
|
||||||
|
Default: ``http://security.debian.org/``
|
||||||
- ``sources``: A map of additional sources that should be added to
|
- ``sources``: A map of additional sources that should be added to
|
||||||
the aptitude sources list. The key becomes the filename in
|
the aptitude sources list. The key becomes the filename in
|
||||||
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except
|
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except
|
||||||
|
@ -243,6 +246,7 @@ Example:
|
||||||
- puppet
|
- puppet
|
||||||
install_standard: true
|
install_standard: true
|
||||||
mirror: http://cloudfront.debian.net/debian
|
mirror: http://cloudfront.debian.net/debian
|
||||||
|
security: http://security.debian.org/
|
||||||
sources:
|
sources:
|
||||||
puppet:
|
puppet:
|
||||||
- deb http://apt.puppetlabs.com wheezy main dependencies
|
- deb http://apt.puppetlabs.com wheezy main dependencies
|
||||||
|
|
|
@ -20,7 +20,8 @@ volume:
|
||||||
root:
|
root:
|
||||||
filesystem: ext4
|
filesystem: ext4
|
||||||
size: 1GB
|
size: 1GB
|
||||||
packages: {}
|
packages:
|
||||||
|
security: http://security.debian.org/
|
||||||
plugins:
|
plugins:
|
||||||
root_password:
|
root_password:
|
||||||
password: test
|
password: test
|
||||||
|
|
Loading…
Add table
Reference in a new issue