Cloud-Init Valitation

To validate the cloud-init config file I used the ubuntu cloud-init cli command like so:

cloud-init devel schema --config-file test.yml

On older versions, this worked:

cloud-init schema --config-file test.yml

Last updated