Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4063706
irc.sls
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
irc.sls
View Options
# -------------------------------------------------------------
# Salt — Provision IRC software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-04-09
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
from
"map.jinja"
import
dirs
with context
%}
# -------------------------------------------------------------
# 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
# -------------------------------------------------------------
eggdrop_installer
:
file.managed
:
-
name
:
/usr/local/bin/install-eggdrop
-
source
:
salt://roles/shellserver/userland-software/files/install-eggdrop.sh
-
mode
:
755
# -------------------------------------------------------------
# Misc
# -------------------------------------------------------------
irc_misc
:
pkg
:
-
installed
-
pkgs
:
-
bitlbee
-
oidentd
-
pisg
oidentd_config
:
file.managed
:
-
name
:
{{
dirs.etc
}}
/oidentd.conf
-
source
:
salt://roles/shellserver/userland-software/files/oidentd.conf
-
mode
:
644
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 29, 05:41 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2381824
Default Alt Text
irc.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment