diff options
Diffstat (limited to 'vagrant_scripts/idm_prep.sh')
-rwxr-xr-x[-rw-r--r--] | vagrant_scripts/idm_prep.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vagrant_scripts/idm_prep.sh b/vagrant_scripts/idm_prep.sh index 4e5aa7c..7d2b63f 100644..100755 --- a/vagrant_scripts/idm_prep.sh +++ b/vagrant_scripts/idm_prep.sh @@ -19,9 +19,10 @@ export JAVA_OPTS="-Dcom.sun.management.jmxremote \ echo "export OPENIDM_OPTS=\"${OPENIDM_OPTS}\"" >> /etc/profile echo "export JAVA_OPTS=\"${JAVA_OPTS}\"" >> /etc/profile -echo "10.0.0.14 openidm" >> /etc/hosts -echo "10.0.0.16 OPENIDM_REPO_HOST" >> /etc/hosts -echo "10.0.0.16 SQLFIDDLE_HOST" >> /etc/hosts +echo "10.0.0.14 openidm1" >> /etc/hosts +echo "10.0.0.24 openidm2" >> /etc/hosts +echo "10.0.0.20 OPENIDM_REPO_HOST" >> /etc/hosts +echo "10.0.0.20 SQLFIDDLE_HOST" >> /etc/hosts echo "10.0.0.16 POSTGRESQL93_HOST" >> /etc/hosts echo "10.0.0.15 MYSQL56_HOST" >> /etc/hosts echo "10.0.0.17 ORACLE11G_HOST" >> /etc/hosts |