File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22# All rights reserved. The Universal Permissive License (UPL), Version 1.0 as shown at http://oss.oracle.com/licenses/upl
33
44output "lb_address" {
5- value = oci_load_balancer. lb . ip_addresses [0 ]
5+ value = oci_load_balancer. lb . ip_address_details [0 ]. ip_address
66 description = " The Pubic facing IP Address assigned to the Load Balancer"
77}
88
Original file line number Diff line number Diff line change 22output : {all: '| tee -a /var/log/cloud-init-ords.log'}
33package_upgrade : false
44packages :
5+ - ksh
56 - yum-cron
67 - [jdk-17, ${jdk_version}]
78 - [ords, ${ords_version}]
@@ -144,7 +145,7 @@ write_files:
144145 chown -R oracle:oinstall /home/oracle
145146 /bin/cp /etc/ords.conf.custom /etc/ords.conf
146147 systemctl enable ords.service
147- systemctl restart ords.servicepwd
148+ systemctl restart ords.service
148149
149150 append : false
150151 defer : true
You can’t perform that action at this time.
0 commit comments