mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 19:17:02 +02:00
9 lines
198 B
Ruby
9 lines
198 B
Ruby
set :base_url, "https://www.vaultproject.io/"
|
|
|
|
activate :hashicorp do |h|
|
|
h.name = "vault"
|
|
h.version = "0.4.1"
|
|
h.github_slug = "hashicorp/vault"
|
|
h.website_root = "website"
|
|
end
|