### START - Dependency installation order ###
haproxy-order = 70
sshconfig-order = 71
### END - Dependency installation order ###

### START - Dependency-specific installation method ###
# pm = "package manager" (yum or apt-get)
# sl = "soft link" (assume that the dependency is already installed, just has to
# be properly exposed to the user's path.
# git = git clone using above giturl
# pip = python pip utility
# man = "manual"
sshconfig-install = man
haproxy-install = pm
### END - Dependency-specific installation method ###

### START - Tests ###
haproxy-configure = sudo haproxy -v
sshconfig-configure = cat ~/.ssh/config | grep StrictHostKeyChecking && cat ~/.ssh/config | grep UserKnownHostsFile 
### END - Tests ###

### START - Dependency versions ###
haproxy-ver = ANY
sshconfig-ver = ANY
### END - Dependency versions ###

### START -  Dependency and method-specific command lines ###

# AUTOMATICALLY EXTRACTED FROM DOCKERFILE ON ../../docker/workload/

### END -  Dependency and method-specific command lines ###