Skip to content

Commit

Permalink
Merge pull request #35 from gotsysdba/34-add-ksh-to-cloud-init-packages
Browse files Browse the repository at this point in the history
Update cloud-config.tftpl
  • Loading branch information
gotsysdba authored Mar 10, 2023
2 parents 7167d74 + 878d2ee commit 8bacc04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/cloud-config.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
output: {all: '| tee -a /var/log/cloud-init-ords.log'}
package_upgrade: false
packages:
- ksh
- yum-cron
- jdk-17
- ords
Expand Down Expand Up @@ -146,4 +147,4 @@ write_files:
append: false
defer: true
runcmd:
- /home/oracle/ords/setup.sh '${db_password}' '${db_conn}'
- /home/oracle/ords/setup.sh '${db_password}' '${db_conn}'

0 comments on commit 8bacc04

Please sign in to comment.