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