boxes: Disable salt on raring

This commit is contained in:
Fabio Rehm 2014-03-09 19:55:50 -03:00
parent c7f5a567a9
commit d0939622a5

View file

@ -64,6 +64,8 @@ fi
if [ $SALT = 1 ]; then
if $(lxc-attach -n ${CONTAINER} -- which salt-minion &>/dev/null); then
log "Salt has been installed on container, skipping"
elif [ ${RELEASE} = 'raring' ]; then
warn "Puppet can't be installed on Ubuntu Raring 13.04, skipping"
else
utils.lxc.attach apt-add-repository -y ppa:saltstack/salt
utils.lxc.attach apt-get update