6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/bin/sh -x
|
|
#
|
|
# Halt the entire infrastructure with dependencies considered
|
|
|
|
vagrant halt thresh persister api vertica kafka mysql
|