Do not install tmux

Without this patch, tmux is installed on all the nodes, but
never used.

This is a problem, because some distributions of those three
families (for example SLE) may have decided to not ship tmux
because they ship some other terminal emulator, for example screen.

This patch solves the problem by removing the package that is not
used in any way.

Change-Id: I29f78be4c692fc276e82c3eb71a237614dd7cca0
This commit is contained in:
Jean-Philippe Evrard 2018-06-15 11:34:23 +02:00
parent cdaf4ac7fe
commit c79b782c4d
3 changed files with 0 additions and 3 deletions

View File

@ -28,7 +28,6 @@ packages_install:
- python-devel
- sshpass
- systemd-networkd
- tmux
- vim
- xfsprogs

View File

@ -28,7 +28,6 @@ packages_install:
- lvm2
- python
- python-devel
- tmux
- vim
- vlan
- xfsprogs

View File

@ -31,7 +31,6 @@ packages_install:
- python2.7
- python-dev
- sshpass
- tmux
- vim
- vlan
- xfsprogs