Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24895623
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/devserver/userland-software/psysh.sls b/roles/devserver/userland-software/psysh.sls
index 5e97716..2288313 100644
--- a/roles/devserver/userland-software/psysh.sls
+++ b/roles/devserver/userland-software/psysh.sls
@@ -1,53 +1,53 @@
# -------------------------------------------------------------
# Salt — Provision dev software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-11-03
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs with context %}
# -------------------------------------------------------------
# Prepare for installation
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/usr/local/share/psysh:
file.directory:
- dir_mode: 755
# -------------------------------------------------------------
# Fetch software and PHP manual
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
psysh_software:
archive.extracted:
- name: /opt/psysh
- enforce_toplevel: False
- - source: https://github.com/bobthecow/psysh/releases/download/v0.11.1/psysh-v0.11.1.tar.gz
- - source_hash: 3a211723b015702e6e74849f278d76f393812fcda649dd576f9aa156d1b8a7d2
+ - source: https://github.com/bobthecow/psysh/releases/download/v0.11.15/psysh-v0.11.15.tar.gz
+ - source_hash: 93306871291df3bbd26403c76c4e43f6be571799695b6bd7a512dacf3feaf3af
/usr/local/share/psysh/php_manual.sqlite:
file.managed:
- source: https://psysh.org/manual/en/php_manual.sqlite
- skip_verify: True
- require:
- file: /usr/local/share/psysh
# -------------------------------------------------------------
# Install binary
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
psysh_permissions:
file.managed:
- name: /opt/psysh/psysh
- mode: 755
- replace: False
- require:
- archive: psysh_software
{{ dirs.bin }}/psysh:
file.symlink:
- target: /opt/psysh/psysh
- require:
- file: psysh_permissions
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Mar 18, 14:37 (2 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3540117
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment