#!/bin/bash

## These are added to all new provisions regardless of brand or type of server
common_rpms='BlueRock-EIG-Stack-Core clamav-update clamav-data clamd Percona-Server-client-56 Percona-Server-devel-56 Percona-Server-server-56 Percona-Server-shared-56 rubygems'

## 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'

## Added only to CloudSites-type servers regardless of brand
cloudsites_rpms='eig_acct'

## Added only to servers using our kickstart regardless of brand
kickstart_rpms=''

## 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='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'

BLUEHOST_rpms='BlueRock-EIG-Stack-BlueHost'

JDI_rpms=''

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