Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3786180
D1425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D1425.diff
View Options
diff --git a/map.jinja b/map.jinja
--- a/map.jinja
+++ b/map.jinja
@@ -99,6 +99,7 @@
'phpcs': 'php-codesniffer',
'phpunit': 'phpunit',
'sphinx': 'python3-sphinx',
+ 'tcl': 'tcl8.6-dev',
'tcltls': 'tcl-tls',
'tdom': 'tdom',
'varnish': 'varnish',
@@ -119,6 +120,7 @@
'pear': 'php-pear',
'phpcs': 'php-pear-PHP-CodeSniffer',
'sphinx': 'python3-sphinx',
+ 'tcl': 'tcl',
'tcltls': 'tcltls',
'varnish': 'varnish',
'youtube-dl': 'youtube-dl',
@@ -156,6 +158,7 @@
'phpcs': 'pear-PHP_CodeSniffer',
'phpunit': 'phpunit6',
'sphinx': 'py36-sphinx',
+ 'tcl': 'tcl86',
'tcltls': 'tcltls',
'tdom': 'tDOM',
'varnish': 'varnish5',
diff --git a/roles/shellserver/userland-software/base.sls b/roles/shellserver/userland-software/base.sls
--- a/roles/shellserver/userland-software/base.sls
+++ b/roles/shellserver/userland-software/base.sls
@@ -135,11 +135,10 @@
- installed
- pkgs:
- python3
+ - {{ packages.tcl }}
{% if grains['os_family'] == 'Debian' %}
- - tcl8.6-dev
- php7.2
{% elif grains['os'] == 'FreeBSD' %}
- - tcl86
- php72
{% endif %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 13:18 (21 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2266938
Default Alt Text
D1425.diff (1 KB)
Attached To
Mode
D1425: Declare TCL 8.6 in jinja map
Attached
Detach File
Event Timeline
Log In to Comment