mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
manifest alignment stuff
This commit is contained in:
parent
554d99fc7f
commit
5c4456139d
1 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"provider" : "ec2",
|
||||
"provider": "ec2",
|
||||
"virtualization": "pvm",
|
||||
"credentials" : {
|
||||
"credentials": {
|
||||
"access-key": null,
|
||||
"secret-key": null
|
||||
},
|
||||
|
@ -10,20 +10,20 @@
|
|||
"mount_dir": "/target"
|
||||
},
|
||||
"image": {
|
||||
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||
},
|
||||
"system": {
|
||||
"release" : "wheezy",
|
||||
"release": "wheezy",
|
||||
"architecture": "amd64",
|
||||
"timezone" : "UTC",
|
||||
"locale" : "en_US",
|
||||
"charmap" : "UTF-8"
|
||||
"timezone": "UTC",
|
||||
"locale": "en_US",
|
||||
"charmap": "UTF-8"
|
||||
},
|
||||
"volume": {
|
||||
"backing" : "ebs",
|
||||
"backing": "ebs",
|
||||
"filesystem": "ext4",
|
||||
"size" : 1024
|
||||
"size": 1024
|
||||
},
|
||||
"plugins": {
|
||||
"admin_user": {
|
||||
|
@ -31,10 +31,10 @@
|
|||
},
|
||||
"build_metadata": {
|
||||
"enabled": false,
|
||||
"path" : "/root/build-metadata-{ami_name}"
|
||||
"path": "/root/build-metadata-{ami_name}"
|
||||
},
|
||||
"prebootstrapped": {
|
||||
"enabled": false,
|
||||
"enabled": false,
|
||||
"snapshot": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue