Fix logic errors in validate cluster and make it work for vagrant again

This commit is contained in:
derekwaynecarr
2014-08-21 10:44:02 -04:00
parent 8f5dd8cf63
commit a6e87e786d
4 changed files with 19 additions and 5 deletions

View File

@@ -61,3 +61,8 @@ function test-setup {
function test-teardown {
echo "TODO"
}
# Set the {user} and {password} environment values required to interact with provider
function get-password {
echo "TODO"
}