From de0daf3a8ce639a822c5b7ee3496cac3fe5829a7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 19 Mar 2023 17:10:44 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 1d1e1ba1..e504d7bb 100755 --- a/defaults.inc +++ b/defaults.inc @@ -2,7 +2,8 @@ VERS='3.03192023' #NODETYPES=LB -NODETYPES=MYSQL,LB,WEB,NC,WPD,LPD,MM,PW +#NODETYPES=MYSQL,LB,WEB,NC,WPD,LPD,MM,PW +NODETYPES=WPD,LPD,PW MYSQLHOSTS=10.10.1.51,10.10.1.52 WEBHOSTS=10.10.1.121,10.10.1.122 LBHOSTS=10.10.10.81,10.10.10.82 @@ -60,7 +61,8 @@ MYSQL_HOSTS=(${MYSQLHOSTS}) WEB_HOSTS=(${WEBHOSTS}) LB_HOSTS=(${LBHOSTS}) NC_HOSTS=(${NCHOSTS}) -PD_HOSTS=(${PDHOSTS}) +WPD_HOSTS=(${WPDHOSTS}) +LPD_HOSTS=(${LPDHOSTS}) MM_HOSTS=(${MMHOSTS}) GL_HOSTS=(${GLHOSTS}) WPW_HOSTS=(${WPWHOSTS})