From 9719b171dbc4ce243d89e83b0607727206d3bbff Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 21 Aug 2017 12:02:25 -0500 Subject: [PATCH] Remove Developer Tools package group This patch speeds up the gate jobs by removing the Development Tools group and installs gcc instead. This will speed up deployments by avoiding the installation of unnecessary packages. Change-Id: Ifd61af212af4679366eafe872a2cf2feee0380e0 --- vars/redhat-7.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index b656e778..92dc6ddf 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -52,7 +52,7 @@ keystone_sp_distro_packages: - shibboleth keystone_developer_mode_distro_packages: - - '@Development Tools' + - gcc keystone_apache_default_sites: - "/etc/httpd/conf.d/userdir.conf"