[ Agent ] [ Base ] - nfs-server nfs

This commit is contained in:
zeaslity
2023-11-21 17:13:31 +08:00
parent 48e8a6c951
commit 55d0772d50
5 changed files with 191 additions and 6 deletions

View File

@@ -49,6 +49,16 @@ public enum BaseFunctionEnum {
"安装Harbor, 默认为2.9.0版本"
),
INSTALL_NFS_ONLINE(
"installNfsOnline",
"安装nfs-client online"
),
INSTALL_NFS_SERVER_ONLINE(
"installNfsServerOnline",
"安装nfs-server online"
),
INSTALL_CHRONY(
"installChrony",
"安装Chrony服务器"