From 8ed28aaa1fcfb14f77070caf012054c8c93b7c07 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 25 Feb 2020 13:13:53 -0500 Subject: [PATCH] cobbler: Install ethtool on all RPM-based installs Signed-off-by: David Galloway --- roles/cobbler/templates/snippets/cephlab_packages_rhel | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index 1b55fa93..5db78d3a 100644 --- a/roles/cobbler/templates/snippets/cephlab_packages_rhel +++ b/roles/cobbler/templates/snippets/cephlab_packages_rhel @@ -32,6 +32,7 @@ python3 #end if #end if ## These packages should be installed on all distros and versions +ethtool wget smartmontools selinux-policy-targeted -- 2.47.3