mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
8 lines
163 B
Ruby
8 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
|