diff --git a/CHANGELOG.md b/CHANGELOG.md index d9365a7..932df22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,8 +47,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - letsencrypt validation with webroot folder - hardened nginx ssl_ecdh_curve - Update phpredisadmin -- Increase MySQL root password size to 16 characters -- Increase MySQL users password size to 16 characters +- Increase MySQL root password size to 24 characters +- Increase MySQL users password size to 24 characters - Nginx locations template is the same for php7.2 & 7.3 - backend SSL configuration now stored in /var/www/22222/conf/nginx/ssl.conf - Install Netdata with static pre-built binaries instead of having to compile it from source diff --git a/wo/core/variables.py b/wo/core/variables.py index 86156a3..d3af7bd 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -169,7 +169,7 @@ class WOVariables(): "http://sfo1.mirrors.digitalocean.com/mariadb/repo/" "10.3/ubuntu {codename} main" .format(codename=wo_platform_codename)) - elif wo_platform_distro == 'debian': + else: wo_mysql_repo = ("deb [arch=amd64,ppc64el] " "http://sfo1.mirrors.digitalocean.com/mariadb/repo/" "10.3/debian {codename} main"