boxes: Disable salt on raring
This commit is contained in:
parent
c7f5a567a9
commit
d0939622a5
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ fi
|
||||||
if [ $SALT = 1 ]; then
|
if [ $SALT = 1 ]; then
|
||||||
if $(lxc-attach -n ${CONTAINER} -- which salt-minion &>/dev/null); then
|
if $(lxc-attach -n ${CONTAINER} -- which salt-minion &>/dev/null); then
|
||||||
log "Salt has been installed on container, skipping"
|
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
|
else
|
||||||
utils.lxc.attach apt-add-repository -y ppa:saltstack/salt
|
utils.lxc.attach apt-add-repository -y ppa:saltstack/salt
|
||||||
utils.lxc.attach apt-get update
|
utils.lxc.attach apt-get update
|
||||||
|
|
Loading…
Add table
Reference in a new issue