Allow installing augeas and openssh-client on both Fedora and Ubuntu

Change-Id: I00c297eb07b559c61fe0f1abf1370e42a93dba75
Implements: blueprint merge-dib-hadoop-elements
This commit is contained in:
Matthew Farrellee 2013-07-12 13:21:48 -04:00
parent d79988807f
commit 1c9c52a977
1 changed files with 4 additions and 5 deletions

View File

@ -3,11 +3,10 @@
echo "Adjusting ssh configuration"
# /etc/ssh/sshd_config is provided by openssh-server
# /etc/ssh/ssh_config is provided by openssh-clients
# Note0: augtool is provided by augeas-tools on Ubuntu
# Note1: augtool on Ubuntu does not auto-save, pass -s
# Note2: openssh-clients is openssh-client on Ubuntu
install-packages augeas openssh-server openssh-clients
# /etc/ssh/ssh_config is provided by openssh-client
# Note: You need diskimage-builder w/ SHA 82eacdec (11 July 2013) for
# this install to work on Fedora - https://review.openstack.org/#/c/36739/
install-packages augeas-tools openssh-server openssh-client
##