Skip to content
Snippets Groups Projects

Feat mount data vol

Merged Eesaan Atluri requested to merge feat-mount-data-vol into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -149,6 +149,7 @@ provisioner "remote-exec" {
inline = [
"sudo mount ${module.create-ohpc-instance.device}1 /var/lib/mysql",
"sudo df -h",
"sudo systemctl restart mariadb",
]
}
Loading