This commit is contained in:
2019-01-29 19:54:19 -06:00
parent 63b5593271
commit 457b4120ca
3 changed files with 17 additions and 17 deletions

View File

@@ -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'