jay7x / puppet-lima

Manage Lima VMs with Puppet Bolt
Apache License 2.0
1 stars 0 forks source link

FR: Consider using `limactl validate` when passing a config hash to the lima::start task #4

Closed jay7x closed 1 year ago

jay7x commented 1 year ago

It'd be nice to validate the config hash passed to the lima::start task if defined.

N.B.: There is a way to pass config hash to the limactl start via stdin.. this way we don't need to create a temporary file => we cannot check it with limactl validate..

jay7x commented 1 year ago

Implemented in #6