#!/bin/bash
# Add the salt PPA

set -e
set -o xtrace

add-apt-repository -y ppa:saltstack/salt

