limnoria: fix some minor typos

Fix some spelling issues, incorrectly copy/pasted code and comment-out
an unnecessary config option that makes the connection fail.

Change-Id: If558fb15adbd4d598b5bea6f51a888c87c381561
This commit is contained in:
Ian Wienand 2021-06-10 16:06:30 +10:00
parent 084879c1fa
commit 6a04c1ea9e
4 changed files with 5 additions and 12 deletions

View File

@ -1,4 +1,4 @@
Setup limnoira and meetbot logging
Setup limnoria and meetbot logging
TODO

View File

@ -7,7 +7,7 @@
- limnoria
- limnoria/opendev
- name: Put limnoira config in place
- name: Put limnoria config in place
template:
src: limnoria.config.j2
dest: /var/lib/limnoria/limnoria.config

View File

@ -656,7 +656,7 @@ supybot.pidFile:
#
# Default value:
###
supybot.plugins:
# supybot.plugins:
###
# Determines whether this plugin is loaded by default.

View File

@ -25,13 +25,6 @@
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:!AES256:!aNULL:!eNULL:!MD5:!DSS:!PSK:!SRP
SSLHonorCipherOrder on
DocumentRoot /var/log/nodepool/builds
<Directory /var/log/nodepool/builds>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Require all granted
</Directory>
# Channel logs
Alias /irclogs /var/lib/limnoria/opendev/logs/ChannelLogger/oftc/
<Directory /var/lib/limnoria/opendev/logs/ChannelLogger/oftc/>
@ -41,8 +34,8 @@
</Directory>
# Meeting logs
Alias /meetings /var/lib/limnoira/opendev/meetings/
<Directory /var/lib/limnoira/opendev/meetings/>
Alias /meetings /var/lib/limnoria/opendev/meetings/
<Directory /var/lib/limnoria/opendev/meetings/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Require all granted