centos: install openssh-server
authorMichael Adam <obnox@samba.org>
Mon, 22 Dec 2014 16:59:55 +0000 (17:59 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 7 Dec 2015 09:44:06 +0000 (10:44 +0100)
without it, "vagrant up" fails.

centos/install-extras.sh

index a7671f1e2fd1ffb97ee52a386b1d696b2960a6a3..679a311ac1459342e34a0f224908d22bde197753 100755 (executable)
@@ -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