jay7x/puppet-lima

Ability to prefix vm names returned by `resolve_references` task with `lima` to match default internal VM names

Open

#33 opened on Jun 2, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Ruby (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

By default lima creates VMs with lima-<vm-name> hostname. That really matters when using user-v2 and vmnet network modes. There is a way to override it during the provisioning. But I guess it'd be nice to add a feature to optionally prepend lima- to VM names returned by the plugin.

Contributor guide