joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).

Home Page:https://lemper.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reconfigures locales causing error for automated deployment using Terraform

joglomedia opened this issue · comments

The dependencies installation require locales reconfiguration via dpkg-reconfigure locales, those causing unattended install (AUTO_INSTALL=true) mode for automated deployment using Terraform stuck on the select language screen.

Remove the locales reconfiguration since it is not urgently required step, or run only on attended install (AUTO_INSTALL=false) mode.