centos: install openssh-server
without it, "vagrant up" fails.
This commit is contained in:
parent
10f4e31251
commit
d4d45b83be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue