Page MenuHomeDevCentral

D356.id844.diff
No OneTemporary

D356.id844.diff

diff --git a/roles/shellserver/userland-software/irc.sls b/roles/shellserver/userland-software/irc.sls
new file mode 100644
--- /dev/null
+++ b/roles/shellserver/userland-software/irc.sls
@@ -0,0 +1,52 @@
+# -------------------------------------------------------------
+# Salt — Provision IRC software
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# Created: 2016-04-09
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# IRC clients
+# -------------------------------------------------------------
+
+irc_clients:
+ pkg:
+ - installed
+ - pkgs:
+ - irssi
+ - irssi-scripts
+ - weechat
+ {% if grains['os'] != 'Debian' and grains['os'] != 'Ubuntu' %}
+ # Reference: supremetechs.com/tag/bitchx-removed-from-debian
+ - bitchx
+ {% endif %}
+
+# -------------------------------------------------------------
+# Bouncers
+# -------------------------------------------------------------
+
+irc_bouncers:
+ pkg:
+ - installed
+ - pkgs:
+ - znc
+
+# -------------------------------------------------------------
+# Bots
+#
+# Don't bother installing eggdrop, everyone loves to compile it.
+# -------------------------------------------------------------
+
+# So we don't really have anything to install here.
+
+# -------------------------------------------------------------
+# Misc
+# -------------------------------------------------------------
+
+irc_misc:
+ pkg:
+ - installed
+ - pkgs:
+ - bitlbee
+ - pisg

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 14:57 (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249374
Default Alt Text
D356.id844.diff (1 KB)

Event Timeline