Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F7114708
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
Mon, Apr 21, 22:50 (15 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2591012
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