#!/bin/bash

## These are added to all new provisions regardless of brand or type of server
common_rpms='at collectd collectd-apache collectd-curl collectd-mysql cpanel_addon_WPC cscancollector datacycle eig-apache eig_daemon-cgroups eig-firewall-core eig-firewall-hg-modules eigid ESO-utils HGioncube HGsuphp ImageMagick-perl kernelcare kexec-tools mercurial mod_passenger nginx pam_rbld opt-wget Percona-Server-client-56 Percona-Server-devel-56 Percona-Server-server-56 Percona-Server-shared-56 perl-EIG-Stack python-argparse python-pip python-virtualenv Python27* Python3* Python-MySQL rbld ruby-devel rubygem-actionmailer rubygem-actionpack rubygem-activerecord rubygem-activeresource rubygem-activesupport rubygem-bundler rubygem-cgi_multipart_eof_fix rubygem-daemons rubygem-fastthread rubygem-gem_plugin rubygem-i18n rubygem-mongrel rubygem-mysql2_perc56 rubygem-mysql_perc56 rubygem-rails rubygem-rmagick rubygems rubygem-sqlite3 shared-crons rg nethogs conntrack-tools'

## Added only to servers using openstack image regardless of brand
openstack_rpms=''

## Added only to OWP-type servers regardless of brand
owp_rpms='clamav clamd eig-php56 eig-php71'

## Added only to CloudSites-type servers regardless of brand
cloudsites_rpms='eig_acct eig-php5[5-6] eig-php7[01]'

## Added only to servers using our kickstart regardless of brand
kickstart_rpms='eig-php5[5-6] eig-php7[01] git'

## Brands specific RPMs. These are added to all servers of a specific brand or division regardless of type of server
#LATAM_rpms='latam-tools'

HOSTGATOR_rpms='cpanel_addon_WPC HG-Cpanel-Google HG-google-apps hg-plugin-pl hg-dnstool-pl hg-shared-addons-pl hg-ui-links-pl hg-domainswap-pl hg-wordpresstools-pl hg-joomlatools-pl hg-cpanel-pear-pl hg-emaildiag-pl'

DIRECTI_rpms='eig_acct'

ASO_rpms='aso-nocagent eig-firewall-aso-modules'

## RPMs that need to be removed from all new provisions to add our custom packages
rm_rpms='MySQL56* sendmail-cf compat-MySQL*'
