Add vmware metadata provider to the defaults (#451)

This commit is contained in:
Itxaka
2023-09-25 09:14:31 +02:00
committed by GitHub
parent 3482fed51f
commit 1caf5354ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "static"
version: "1.0.8"
version: "1.0.9"

View File

@@ -5,7 +5,7 @@ stages:
if: '[ ! -f /oem/userdata ]'
name: "Pull data from provider"
datasource:
providers: ["cdrom", "gcp", "openstack", "aws", "azure", "hetzner", "packet", "vultr", "digitalocean", "metaldata"]
providers: ["cdrom", "gcp", "openstack", "aws", "azure", "hetzner", "packet", "vultr", "digitalocean", "metaldata", "vmware"]
path: "/oem"
- if: '[ ! -f /oem/userdata ]'
name: "Sentinel file for userdata"