Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

How to set min_packer_version and description? #12

Open
tisba opened this issue Jan 4, 2017 · 0 comments · May be fixed by #13
Open

How to set min_packer_version and description? #12

tisba opened this issue Jan 4, 2017 · 0 comments · May be fixed by #13

Comments

@tisba
Copy link

tisba commented Jan 4, 2017

I cannot get racker to output min_packer_version (and description).

Racker::Processor.register_template do |template|
  template.min_packer_version = "0.11.0"
  template.description = "my description"
end

Don't do the job. Roughly skimming rackers code I don't see how I can configure these top-level options.

My current workaround is to parse rackers output, inject the keys and output it again as JSON, but this kind of defeats the purpose of racker :)

@gordonbondon gordonbondon linked a pull request Oct 16, 2017 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant