Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

23.4.1: box_url templating broken #171

Closed
yviel-de opened this issue Jul 1, 2023 · 1 comment
Closed

23.4.1: box_url templating broken #171

yviel-de opened this issue Jul 1, 2023 · 1 comment

Comments

@yviel-de
Copy link

yviel-de commented Jul 1, 2023

Using molecule-plugins version 23.4.1 installed via pipenv, the templating of the box_url parameter is broken.

How is it broken?
It sets up " control characters instead of double-quotes inside the Vagrantfile.

Example Configuration

driver:
  name: vagrant
  provider:
    name: libvirt
    type: libvirt
platforms:
  - name: my-box
    box: my-box
    box_url: SOMESTRING

While all the other options get templated out OK, the box_url does not.
In the Vagrantfile that gets templated out, it shows up as c.vm.box_url = "SOMESTRING", instead of c.vm.box_url = "SOMESTRING", therefore creating a syntax error in the templated-out Vagrantfile.

@yviel-de
Copy link
Author

yviel-de commented Jul 1, 2023

Nevermind, duplicate of #158

@yviel-de yviel-de closed this as completed Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant