1 2 3 4 5
#!/bin/bash branch="${1}" salt '*' state.highstate pillar="$($(dirname ${0})/pillar_config.rb ${branch})" exit 0