centos: install openssh-server

without it, "vagrant up" fails.
This commit is contained in:
Michael Adam 2014-12-22 17:59:55 +01:00
parent 10f4e31251
commit d4d45b83be
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ sleep $SECS
EPEL=${EPEL:-0} EPEL=${EPEL:-0}
# TODO: Support for appending to this list from outside # TODO: Support for appending to this list from outside
PACKAGES=(vim curl wget man ca-certificates sudo) PACKAGES=(vim curl wget man ca-certificates sudo openssh-server)
if [ $EPEL = 1 ]; then if [ $EPEL = 1 ]; then
utils.lxc.attach yum update -y utils.lxc.attach yum update -y