### Description There are some reports in the log, about the user-data failing validation. `[WARNING]: Invalid cloud-config provided: Please run 'sudo cloud-init schema --system' to see the schema errors.` We should probably run yaml and jsonschema validation, on the `user-data`? But at least fix the syntax errors, and try to conform to the cloud-init schema...