Page MenuHomeDevCentral

D732.diff
No OneTemporary

D732.diff

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
@@ -104,6 +104,21 @@
{% endif %}
# -------------------------------------------------------------
+# De facto standard libraries for languages
+# -------------------------------------------------------------
+
+languages_libs:
+ pkg:
+ - installed
+ - pkgs:
+ - tcllib
+ {% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
+ - tcl-tls
+ {% elif grains['os'] == 'FreeBSD' %}
+ - tcltls
+ {% endif %}
+
+# -------------------------------------------------------------
# Spelling and language utilities
# -------------------------------------------------------------

File Metadata

Mime Type
text/plain
Expires
Sat, May 3, 14:33 (1 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2627800
Default Alt Text
D732.diff (844 B)

Event Timeline