Remove 'removed' modules, they have been removed

Change-Id: I8d946dccf4337b02833caa4c0bbf12c4023d1792
This commit is contained in:
Spencer Krum 2015-11-06 15:05:09 -08:00
parent 0546ac343d
commit 5756c6fe8d
1 changed files with 0 additions and 11 deletions

View File

@ -38,17 +38,6 @@ declare -A SOURCE_MODULES
# key:value is source location, revision to checkout
declare -A INTEGRATION_MODULES
#NOTE: if we previously installed kickstandproject-ntp we nuke it here
# since puppetlabs-ntp and kickstandproject-ntp install to the same dir
if grep kickstandproject-ntp /etc/puppet/modules/ntp/Modulefile &> /dev/null; then
remove_module "ntp"
fi
remove_module "gearman" #remove old saz-gearman
remove_module "limits" # remove saz-limits (required by saz-gearman)
remove_module "apache"
# load modules.env to populate MODULES[*] and SOURCE_MODULES[*]
# for processing.
MODULE_ENV_FILE=${MODULE_FILE:-modules.env}