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

How to set min_packer_version and description? #12

@tisba

Description

@tisba

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions