mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Remove image.description from various manifests
Only ec2 and gce support image.description, adding it to other providers is misleading.
This commit is contained in:
parent
058d954120
commit
ff3582216f
6 changed files with 0 additions and 6 deletions
|
@ -8,7 +8,6 @@ bootstrapper:
|
|||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||
description: Debian {system.release} {system.architecture}
|
||||
system:
|
||||
release: jessie
|
||||
architecture: amd64
|
||||
|
|
|
@ -8,7 +8,6 @@ bootstrapper:
|
|||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||
description: Debian {system.release} {system.architecture}
|
||||
system:
|
||||
release: wheezy
|
||||
architecture: amd64
|
||||
|
|
|
@ -8,7 +8,6 @@ bootstrapper:
|
|||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||
description: Debian {system.release} {system.architecture}
|
||||
system:
|
||||
release: wheezy
|
||||
architecture: amd64
|
||||
|
|
|
@ -5,7 +5,6 @@ bootstrapper:
|
|||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||
description: Debian {system.release} {system.architecture}
|
||||
system:
|
||||
release: wheezy
|
||||
architecture: amd64
|
||||
|
|
|
@ -6,7 +6,6 @@ bootstrapper:
|
|||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||
description: Debian {system.release} {system.architecture}
|
||||
system:
|
||||
release: wheezy
|
||||
architecture: amd64
|
||||
|
|
|
@ -6,7 +6,6 @@ bootstrapper:
|
|||
workspace: /target
|
||||
image:
|
||||
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||
description: Debian {system.release} {system.architecture}
|
||||
system:
|
||||
release: wheezy
|
||||
architecture: amd64
|
||||
|
|
Loading…
Add table
Reference in a new issue