Update ejabberd to 20.02

It includes a fix to the reload_config command that prevented us from
running a version newer than 19.05

Closes #136
This commit is contained in:
Greg 2020-03-04 13:28:13 +01:00
parent 081222b75c
commit a68ae78689
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
node.default["kosmos-ejabberd"]["version"] = "19.05"
node.default["kosmos-ejabberd"]["checksum"] = "8fb8663339d7aea066d853251cb117999e172c2c47b856d2e7b1b6b73b186783"
node.default["kosmos-ejabberd"]["version"] = "20.02"
node.default["kosmos-ejabberd"]["checksum"] = "2ecbf7025195afaa41996cb6f1c2b5fac661f2880238506a459779051129bc93"
node.override["tor"]["HiddenServices"]["ejabberd"] = {
"HiddenServicePorts" => [

View File

@ -4,7 +4,7 @@ maintainer_email 'ops@kosmos.org'
license 'MIT'
description 'Installs/Configures kosmos-ejabberd'
long_description 'Installs/Configures kosmos-ejabberd'
version '0.2.1'
version '0.2.2'
chef_version '>= 12.14' if respond_to?(:chef_version)
# The `issues_url` points to the location where issues for this cookbook are