Update utils/cloud-init-memcached.yaml

This commit is contained in:
2026-07-17 22:58:21 +00:00
parent 3a0b858dcd
commit 0746dedb75

View File

@@ -27,5 +27,6 @@ runcmd:
- [sed, -i, 's/^SELINUX.*/SELINUX=disabled/', /etc/selinux/config]
- [localectl, set-locale, LANG=pt_BR.ISO-8859-1]
- [systemctl, enable, memcached.service, --now]
- sed -i '$a\set number' /etc/vimrc
final_message: "MemCache Instance ready after $UPTIME seconds"