mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix URL; change date format to include 4 digit year in AMI name.
This commit is contained in:
parent
0cedec45f3
commit
ca3c454889
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
||||||
|
|
||||||
"bootstrapper": {
|
"bootstrapper": {
|
||||||
"mount_dir": "/target",
|
"mount_dir": "/target",
|
||||||
"mirror": "http://http.debian.net/"
|
"mirror": "http://http.debian.net/debian"
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
"name": "debian-{release}-{architecture}-{virtualization}-{%Y}{%m}{%d}",
|
||||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||||
},
|
},
|
||||||
"system": {
|
"system": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue