update
This commit is contained in:
16
defaults.inc
16
defaults.inc
@@ -10,11 +10,11 @@ NODE_HOSTS=(${NODE_HOSTS})
|
||||
NODE_SERVICES=(${NODE_SERVICES})
|
||||
unset IFS
|
||||
|
||||
declare -A idsNMservices
|
||||
idsNMservices[mysql]='MySQL'
|
||||
idsNMservices[nginx]='NGINX'
|
||||
idsNMservices[gogs]='Gogs'
|
||||
idsNMservices[gitea]='Gitea'
|
||||
idsNMservices[haproxy]='HAProxy'
|
||||
idsNMservices[keepalived]='Keepalived'
|
||||
idsNMservices[maxscale]='MaxScale'
|
||||
declare -A NM_SERVICES
|
||||
NM_SERVICES['mysql']='MySQL'
|
||||
NM_SERVICES['nginx']='NGINX'
|
||||
NM_SERVICES['gogs']='Gogs'
|
||||
NM_SERVICES['gitea']='Gitea'
|
||||
NM_SERVICES['haproxy']='HAProxy'
|
||||
NM_SERVICES['keepalived']='Keepalived'
|
||||
NM_SERVICES['maxscale']='MaxScale'
|
||||
|
||||
Reference in New Issue
Block a user