Upgrade to latest EtherCalc (0.20200505.0)

We're four years behind on EtherCalc releases, and suddenly hitting
a crash exception which was fixed in a newer release three years
ago. According to the current readme we're running plenty new enough
dependencies, so this should be a drop-in replacement. Of course
we'll make an extra database backup immediately before hand, just to
be safe.

Change-Id: Iec59692fea0a1e31e1bd7b8e03145f7384d9e59b
This commit is contained in:
Jeremy Stanley 2020-08-21 17:55:25 +00:00
parent d887384c9c
commit 22096b6edc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class ethercalc (
$base_install_dir = '/opt/ethercalc',
$base_log_dir = '/var/log',
$ethercalc_user = 'ethercalc',
$ethercalc_version= '0.20161220.1',
$ethercalc_version= '0.20200505.0',
# If set to system will install system package, otherwise
# we try to choose one based on the host platform
$nodejs_version = undef,