From 46fabd8d21824129205ff4bad1927064c079e4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:57:20 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 729bd0a..e6e9240 100644 --- a/manifest.toml +++ b/manifest.toml @@ -75,9 +75,6 @@ ram.runtime = "50M" packages = "gemserv, php8.2-fpm, php8.2-mbstring" packages_from_raw_bash = """ if [[ "$database" == true ]]; then - echo "mariadb-server" + echo "mariadb-server, php8.2-mysql" fi - """ - - #[resources.database] - #type = "mysql" + """ \ No newline at end of file