mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
8 lines
162 B
Ruby
8 lines
162 B
Ruby
set :base_url, "https://www.packer.io/"
|
|
|
|
activate :hashicorp do |h|
|
|
h.name = "packer"
|
|
h.version = "0.8.6"
|
|
h.github_slug = "mitchellh/packer"
|
|
end
|