mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +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.
|
||||
``optional``
|
||||
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
|
||||
the aptitude sources list. The key becomes the filename in
|
||||
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except
|
||||
|
@ -243,6 +246,7 @@ Example:
|
|||
- puppet
|
||||
install_standard: true
|
||||
mirror: http://cloudfront.debian.net/debian
|
||||
security: http://security.debian.org/
|
||||
sources:
|
||||
puppet:
|
||||
- deb http://apt.puppetlabs.com wheezy main dependencies
|
||||
|
|
|
@ -20,7 +20,8 @@ volume:
|
|||
root:
|
||||
filesystem: ext4
|
||||
size: 1GB
|
||||
packages: {}
|
||||
packages:
|
||||
security: http://security.debian.org/
|
||||
plugins:
|
||||
root_password:
|
||||
password: test
|
||||
|
|
Loading…
Add table
Reference in a new issue