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
Sun, Nov 17, 08:33 (21 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248980
Default Alt Text
D732.diff (844 B)

Event Timeline