mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
7 lines
163 B
Ruby
7 lines
163 B
Ruby
set :base_url, "https://www.packer.io/"
|
|
|
|
activate :hashicorp do |h|
|
|
h.name = "packer"
|
|
h.version = "0.12.2"
|
|
h.github_slug = "mitchellh/packer"
|
|
end
|