From d4d45b83be50f4d8cd3d6c6e32b72e94455a2db2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Dec 2014 17:59:55 +0100 Subject: [PATCH] centos: install openssh-server without it, "vagrant up" fails. --- centos/install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/install-extras.sh b/centos/install-extras.sh index a7671f1..679a311 100755 --- a/centos/install-extras.sh +++ b/centos/install-extras.sh @@ -18,7 +18,7 @@ sleep $SECS EPEL=${EPEL:-0} # 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 utils.lxc.attach yum update -y