Skip to content
Snippets Groups Projects
Commit ba07c30b authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

fixed tf syntax typo

parent 6c12eb7c
No related branches found
No related tags found
3 merge requests!47Integration Testing: Sequential Merge and Validation of Four Feature Branches (PR #43,#44, #45,#46),!43feat: Add new data volume for XDMod queue data,!34feat: Add new data volume for XDMod queue data
Pipeline #9077 failed with stages
in 25 seconds
......@@ -152,7 +152,7 @@ provisioner "remote-exec" {
provisioner "remote-exec" {
inline = [
"sudo mount ${module.create-ohpc-instance.device}1 /var/lib/mysql",
"sudo mount ${module.create-ohpc-instance.device}2 /data/xdmod/queues"
"sudo mount ${module.create-ohpc-instance.device}2 /data/xdmod/queues",
"sudo df -h",
"sudo systemctl restart mariadb",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment