Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3746535
D2889.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
735 B
Referenced Files
None
Subscribers
None
D2889.diff
View Options
diff --git a/roles/vault/vault/init.sls b/roles/vault/vault/init.sls
--- a/roles/vault/vault/init.sls
+++ b/roles/vault/vault/init.sls
@@ -12,8 +12,17 @@
# Software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-vault:
- pkg.installed
+/opt/vault/vault.zip:
+ file.managed:
+ - source: https://releases.hashicorp.com/vault/1.13.0/vault_1.13.0_freebsd_amd64.zip
+ - source_hash: 0d5c0e228f9783cb2f11e7edb9afe35b8d9e511a2fa0d35d0f650b3e261ce1a5
+ - makedirs: True
+
+extract_vault:
+ cmd.run:
+ - name: unzip -d {{ dirs.bin }} -f /opt/vault/vault.zip
+ - onchanges:
+ - file: /opt/vault/vault.zip
# -------------------------------------------------------------
# Configuration
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 21:56 (21 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248126
Default Alt Text
D2889.diff (735 B)
Attached To
Mode
D2889: Upgrade to Vault 1.13
Attached
Detach File
Event Timeline
Log In to Comment