Keep the upstream Apache Puppet module

by removing obsolete comment.

Change-Id: Ia2084f8c0dd816c7a1b5fb3292c0511699f144bf
This commit is contained in:
Swann Croiset 2015-07-23 11:18:36 +02:00
parent 621853242a
commit fb0fa62575
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ rm -rf "${MODULES_DIR:?}"/collectd
mkdir -p "${MODULES_DIR}"/collectd
wget -qO- "${COLLECTD_TARBALL_URL}" | tar -C "${MODULES_DIR}/collectd" --strip-components=1 -xz
# Apache is not available in Fuel 6.0. It will be available in 6.1. So until the switch to 6.1
# we download it from puppetlabs.
rm -rf "${MODULES_DIR:?}"/apache
mkdir -p "${MODULES_DIR}"/apache
wget -qO- "${APACHE_TARBALL_URL}" | tar -C "${MODULES_DIR}/apache" --strip-components=1 -xz