diff --git a/install_modules.sh b/install_modules.sh index 75c312493f..b458ca6d6a 100755 --- a/install_modules.sh +++ b/install_modules.sh @@ -47,6 +47,7 @@ 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. diff --git a/modules.env b/modules.env index 4e808b92c2..7d4129fe65 100644 --- a/modules.env +++ b/modules.env @@ -43,7 +43,6 @@ SOURCE_MODULES["https://github.com/nanliu/puppet-staging"]="1.0.0" SOURCE_MODULES["https://github.com/puppet-community/puppet-alternatives"]="0.3.0" SOURCE_MODULES["https://github.com/puppet-community/puppet-archive"]="0.3.0" SOURCE_MODULES["https://github.com/puppet-community/puppet-module-puppetboard"]="2.4.0" -SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-apache"]="0.0.4" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-apt"]="1.4.2" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-concat"]="1.1.0" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-firewall"]="1.1.3"