Added ruby manager. Partial

This commit is contained in:
Alexey Berezhok
2024-12-09 23:55:35 +03:00
parent d0da95dfc5
commit 4905975d79
9 changed files with 130 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ when :list, :state
else
format = (v_ext_option.nil? ? "shell" : v_ext_option.strip)
end
hestia_print_array_of_hashes(result_arr, format, "ID, NAME, DESCR, STATE, REQ")
hestia_print_array_of_hashes(result_arr, format, "ID, NAME, DESCR, STATE, REQ, CONF")
when :enable
if v_ext_option.nil?
hestia_print_error_message_to_cli "no module name specified"