jay7x / puppet-lima

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

Implement `limactl create --plain` support #16

Closed jay7x closed 4 months ago

jay7x commented 7 months ago

It'd be nice to have a way to configure that a VM is plain. I believe it should be possible to define this in a YAML config. Otherwise another parameter is required for the lima::create task (and for the lima::cluster::create somehow).

jay7x commented 4 months ago

The mode can be enabled with YAML option plain: true. Nothing special is required wrt this. Closing