Remove openssh server as a default package

The openssh server package is not needed, this change removes that extra
dep.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-02-14 19:04:35 -06:00
parent bccb77c6af
commit 4e28ef6127
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
3 changed files with 3 additions and 2 deletions

View File

@ -44,6 +44,9 @@ ln -s /usr/bin/python2.7 /usr/bin/python
rm /etc/machine-id || true
rm /var/lib/dbus/machine-id || true
mkdir -p /root/.ssh
chmod 700 /root/.ssh
systemctl enable systemd-hostnamed.service
systemctl enable systemd-resolved.service
ln -sf /var/run/systemd/resolve/resolv.conf /etc/resolv.conf

View File

@ -31,7 +31,6 @@ nspawn_container_distro_packages:
- cronie
- dbus
- epel-release
- openssh-server
- python2
- rsync
- sudo

View File

@ -32,7 +32,6 @@ nspawn_container_distro_packages:
- cron
- dbus
- libnss-resolve
- openssh-server
- python2.7
- python-apt
- rsync