Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3749068
D356.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
D356.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 12:35 (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249374
Default Alt Text
D356.diff (1 KB)
Attached To
Mode
D356: Install IRC software in shellserver role
Attached
Detach File
Event Timeline
Log In to Comment