mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +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.6.2"
|
|
h.github_slug = "hashicorp/vault"
|
|
h.website_root = "website"
|
|
end
|